mirror of
https://github.com/python/cpython.git
synced 2025-08-27 04:05:34 +00:00
Issue #17516: use comment syntax for comments, instead of multiline string
This commit is contained in:
parent
1f8898a591
commit
765531d2d0
11 changed files with 493 additions and 507 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