diff options
author | Fred Drake <fdrake@acm.org> | 2004-05-19 15:01:15 +0000 |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2004-05-19 15:01:15 +0000 |
commit | 80c952c97193c33074db35269ec4b8e40456f487 (patch) | |
tree | 3212067bb7c55c9ab36b1ac8dcf8b7c5ad245620 /Doc | |
parent | repair date (diff) | |
download | cpython-80c952c97193c33074db35269ec4b8e40456f487.tar.gz cpython-80c952c97193c33074db35269ec4b8e40456f487.tar.bz2 cpython-80c952c97193c33074db35269ec4b8e40456f487.zip |
reverse the order of the two \date lines so the processing tools pick
up on the right one
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/commontex/boilerplate.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/commontex/boilerplate.tex b/Doc/commontex/boilerplate.tex index 965fd690a6e..9ec4db945c7 100644 --- a/Doc/commontex/boilerplate.tex +++ b/Doc/commontex/boilerplate.tex @@ -5,6 +5,6 @@ Email: \email{docs@python.org} } -%\date{\today} \date{May 20, 2004} % XXX update before final release! +%\date{\today} \input{patchlevel} % include Python version information |