mirror of
https://github.com/python/cpython.git
synced 2024-11-24 02:15:30 +08:00
Corrected attribute docstring per pep-257 (reference #10639)
This commit is contained in:
parent
d61535d50b
commit
88bf51baff
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user