commit | 6f75a364e88f5c01fafa64d9ed8756240a10b5b0 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Thu Oct 02 16:30:17 2003 +0000 |
committer | Fred Drake <fdrake@acm.org> | Thu Oct 02 16:30:17 2003 +0000 |
tree | bdb43253d2df19da70acb7ef80665be9e874e392 | |
parent | a6008d08fae075063114c7514178e42a2c20bfa9 [diff] [blame] |
normalize whitespace
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 @@ date = time.strftime("%B %d, %Y", time.localtime(time.time())) d["DATE"] = date return d - + def main(): s = sys.stdin.read()