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 | 5e430fa3303acf46f88c8f661fb5a0e96a2a720f (patch) | |
| tree | 8f9853fb8e88756a51936010aa8347442cce3d7d /setuptools | |
| parent | 745d66036e71f8d9b2ec04dd81f0119c8076bece (diff) | |
| download | python-setuptools-bitbucket-5e430fa3303acf46f88c8f661fb5a0e96a2a720f.tar.gz | |
Clean up docstring
Diffstat (limited to 'setuptools')
| -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. |
