mirror of
https://github.com/python/cpython.git
synced 2025-09-18 22:50:26 +00:00
Corrected attribute docstring per pep-257 (reference #10639)
This commit is contained in:
parent
d61535d50b
commit
88bf51baff
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue