summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2003-10-02 16:30:17 (GMT)
committerFred Drake <fdrake@acm.org>2003-10-02 16:30:17 (GMT)
commit6f75a364e88f5c01fafa64d9ed8756240a10b5b0 (patch)
treebdb43253d2df19da70acb7ef80665be9e874e392 /Doc
parenta6008d08fae075063114c7514178e42a2c20bfa9 (diff)
downloadcpython-6f75a364e88f5c01fafa64d9ed8756240a10b5b0.zip
cpython-6f75a364e88f5c01fafa64d9ed8756240a10b5b0.tar.gz
cpython-6f75a364e88f5c01fafa64d9ed8756240a10b5b0.tar.bz2
normalize whitespace
Diffstat (limited to 'Doc')
-rw-r--r--Doc/tools/rewrite.py2
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()