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):