diff options
author | Tim Peters <tim.peters@gmail.com> | 2004-07-18 06:25:50 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2004-07-18 06:25:50 (GMT) |
commit | 3d7d372ce326602b274f44338168688eeb907a3b (patch) | |
tree | 221b3b3ae862fe0b1d068efb97700b55bf0018cf /Doc/tools/prechm.py | |
parent | 182b5aca27d376b08a2904bed42b751496f932f3 (diff) | |
download | cpython-3d7d372ce326602b274f44338168688eeb907a3b.zip cpython-3d7d372ce326602b274f44338168688eeb907a3b.tar.gz cpython-3d7d372ce326602b274f44338168688eeb907a3b.tar.bz2 |
Whitespace normalization, via reindent.py.
Diffstat (limited to 'Doc/tools/prechm.py')
-rw-r--r-- | Doc/tools/prechm.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/tools/prechm.py b/Doc/tools/prechm.py index 09c2c43..7b2f393 100644 --- a/Doc/tools/prechm.py +++ b/Doc/tools/prechm.py @@ -438,8 +438,8 @@ def openfile(file): return p def usage(): - print usage_mode - sys.exit(0) + print usage_mode + sys.exit(0) def do_it(args = None): if not args: |