Kaydet (Commit) 88bf51ba authored tarafından Jason R. Coombs's avatar Jason R. Coombs

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

üst d61535d5
...@@ -52,8 +52,8 @@ verbose = False ...@@ -52,8 +52,8 @@ verbose = False
recurse = False recurse = False
dryrun = False dryrun = False
makebackup = True makebackup = True
"A specified newline to be used in the output (set by --newline option)"
spec_newline = None spec_newline = None
"""A specified newline to be used in the output (set by --newline option)"""
def usage(msg=None): def usage(msg=None):
......
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