mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +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
|
||||
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…
Add table
Add a link
Reference in a new issue