diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-05-15 23:26:19 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-05-15 23:26:19 -0400 |
commit | 16cffb5544e37d9f30ce0b5f485fefb991633d1e (patch) | |
tree | 940735fb5b6209f20d8d98ecb0d93d85da7f2d9f /setuptools/command/egg_info.py | |
parent | b317181b174346e958bfd0999ccbbd803962bbe4 (diff) | |
download | external_python_setuptools-16cffb5544e37d9f30ce0b5f485fefb991633d1e.tar.gz external_python_setuptools-16cffb5544e37d9f30ce0b5f485fefb991633d1e.tar.bz2 external_python_setuptools-16cffb5544e37d9f30ce0b5f485fefb991633d1e.zip |
Clean up docstring
Diffstat (limited to 'setuptools/command/egg_info.py')
-rwxr-xr-x | setuptools/command/egg_info.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/setuptools/command/egg_info.py b/setuptools/command/egg_info.py index 4f5c9694..c9d4d82e 100755 --- a/setuptools/command/egg_info.py +++ b/setuptools/command/egg_info.py @@ -252,8 +252,8 @@ class manifest_maker(sdist): self.write_manifest() def write_manifest(self): - """Write the file list in 'self.filelist' (presumably as filled in - by 'add_defaults()' and 'read_template()') to the manifest file + """ + Write the file list in 'self.filelist' to the manifest file named by 'self.manifest'. """ # The manifest must be UTF-8 encodable. See #303. |