commit | 88bf51baff31eab153bfb3980ff318c469fc48a6 | [log] [tgz] |
---|---|---|
author | Jason R. Coombs <jaraco@jaraco.com> | Tue Aug 02 08:19:31 2011 -0400 |
committer | Jason R. Coombs <jaraco@jaraco.com> | Tue Aug 02 08:19:31 2011 -0400 |
tree | 66ee814694cd5c78c595c7a25c2b2d9577b73764 | |
parent | d61535d50b66a68cc9aecebbf5faca26d7b60a28 [diff] [blame] |
Corrected attribute docstring per pep-257 (reference #10639)
diff --git a/Tools/scripts/reindent.py b/Tools/scripts/reindent.py index 89b5e23..4a916ea 100755 --- a/Tools/scripts/reindent.py +++ b/Tools/scripts/reindent.py
@@ -52,8 +52,8 @@ 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):