From: Fred Drake Date: Thu, 2 Oct 2003 16:30:17 +0000 (+0000) Subject: normalize whitespace X-Git-Tag: v2.4a1~1476 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6f75a364e88f5c01fafa64d9ed8756240a10b5b0;p=python normalize whitespace --- diff --git a/Doc/tools/rewrite.py b/Doc/tools/rewrite.py index f2c1b80b17..1acdd99847 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()