Commit 16cffb55 authored by Jason R. Coombs's avatar Jason R. Coombs

Clean up docstring

parent b317181b
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment