]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Corrected attribute docstring per pep-257 (reference #10639)
authorJason R. Coombs <jaraco@jaraco.com>
Tue, 2 Aug 2011 12:19:31 +0000 (08:19 -0400)
committerJason R. Coombs <jaraco@jaraco.com>
Tue, 2 Aug 2011 12:19:31 +0000 (08:19 -0400)
Tools/scripts/reindent.py

index 89b5e2314994fff252151dd075de929512549510..4a916ea149c5a8a930004ccd27bad6dfa220bc90 100755 (executable)
@@ -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):