From: Jason R. Coombs Date: Tue, 2 Aug 2011 12:19:31 +0000 (-0400) Subject: Corrected attribute docstring per pep-257 (reference #10639) X-Git-Tag: v3.3.0a1~1778 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=88bf51baff31eab153bfb3980ff318c469fc48a6;p=thirdparty%2FPython%2Fcpython.git Corrected attribute docstring per pep-257 (reference #10639) --- diff --git a/Tools/scripts/reindent.py b/Tools/scripts/reindent.py index 89b5e2314994..4a916ea149c5 100755 --- a/Tools/scripts/reindent.py +++ b/Tools/scripts/reindent.py @@ -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):