From 88bf51baff31eab153bfb3980ff318c469fc48a6 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Tue, 2 Aug 2011 08:19:31 -0400 Subject: Corrected attribute docstring per pep-257 (reference #10639) --- Tools/scripts/reindent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ 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): -- cgit v0.12