diff options
author | Guido van Rossum <guido@python.org> | 1993-11-23 16:28:45 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1993-11-23 16:28:45 (GMT) |
commit | 83eb962528e61dadd75cfc38e0aa6469d91d1a66 (patch) | |
tree | 80b8204e064c7df876656abfe1daa4051e20aab8 /Doc/tut.tex | |
parent | 6f0132f490d6d091a0e3a57dafa35ecc4cfb56d9 (diff) | |
download | cpython-83eb962528e61dadd75cfc38e0aa6469d91d1a66.zip cpython-83eb962528e61dadd75cfc38e0aa6469d91d1a66.tar.gz cpython-83eb962528e61dadd75cfc38e0aa6469d91d1a66.tar.bz2 |
* {lib,ref,ext,tut}.tex: added explicit \date{<date> \\ <release>}.
* lib2.tex: change bogus \\var to \var.
Diffstat (limited to 'Doc/tut.tex')
-rw-r--r-- | Doc/tut.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/tut.tex b/Doc/tut.tex index 42a01a1..6fb209f 100644 --- a/Doc/tut.tex +++ b/Doc/tut.tex @@ -11,6 +11,8 @@ E-mail: {\tt guido@cwi.nl} } +\date{19 November 1993 \\ Release 0.9.9.++} % XXX update before release! + \begin{document} \pagenumbering{roman} |