Corrected attribute docstring per pep-257 (reference #10639)

This commit is contained in:
Jason R. Coombs 2011-08-02 08:19:31 -04:00
parent d61535d50b
commit 88bf51baff

View File

@ -52,8 +52,8 @@ verbose = False
recurse = False
dryrun = False
makebackup = True
"A specified newline to be used in the output (set by --newline option)"
spec_newline = None
"""A specified newline to be used in the output (set by --newline option)"""
def usage(msg=None):