diff options
| author | Fred Drake <fdrake@acm.org> | 2003-10-02 16:30:17 (GMT) |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 2003-10-02 16:30:17 (GMT) |
| commit | 6f75a364e88f5c01fafa64d9ed8756240a10b5b0 (patch) | |
| tree | bdb43253d2df19da70acb7ef80665be9e874e392 /Doc/tools/rewrite.py | |
| parent | a6008d08fae075063114c7514178e42a2c20bfa9 (diff) | |
| download | cpython-6f75a364e88f5c01fafa64d9ed8756240a10b5b0.zip cpython-6f75a364e88f5c01fafa64d9ed8756240a10b5b0.tar.gz cpython-6f75a364e88f5c01fafa64d9ed8756240a10b5b0.tar.bz2 | |
normalize whitespace
Diffstat (limited to 'Doc/tools/rewrite.py')
| -rw-r--r-- | Doc/tools/rewrite.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/rewrite.py b/Doc/tools/rewrite.py index f2c1b80..1acdd99 100644 --- a/Doc/tools/rewrite.py +++ b/Doc/tools/rewrite.py @@ -19,7 +19,7 @@ def get_info(fp): date = time.strftime("%B %d, %Y", time.localtime(time.time())) d["DATE"] = date return d - + def main(): s = sys.stdin.read() |
