cpython: dc96af0e7f60 (original) (raw)

Mercurial > cpython

changeset 71692:dc96af0e7f60

Corrected attribute docstring per pep-257 (reference #10639) [#10639]

Jason R. Coombs jaraco@jaraco.com
date Tue, 02 Aug 2011 08:19:31 -0400
parents c099ba0a278e
children 746dc0a2398e
files Tools/scripts/reindent.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Tools/scripts/reindent.py 2

line wrap: on

line diff

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