From 6f75a364e88f5c01fafa64d9ed8756240a10b5b0 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 2 Oct 2003 16:30:17 +0000 Subject: [PATCH] normalize whitespace --- Doc/tools/rewrite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/tools/rewrite.py b/Doc/tools/rewrite.py index f2c1b80b17d..1acdd998477 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()