diff options
author | Guido van Rossum <guido@python.org> | 1995-10-09 21:02:17 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-10-09 21:02:17 (GMT) |
commit | 288527a162143e49b75e38fd80dff8e2ef230c72 (patch) | |
tree | f00465ae9d8053cf6011a7523bf92e814a33096f /Doc/tut.tex | |
parent | fbe34faba983f6a444da2c93f732d4429a08fdfd (diff) | |
download | cpython-288527a162143e49b75e38fd80dff8e2ef230c72.zip cpython-288527a162143e49b75e38fd80dff8e2ef230c72.tar.gz cpython-288527a162143e49b75e38fd80dff8e2ef230c72.tar.bz2 |
updated version and date
Diffstat (limited to 'Doc/tut.tex')
-rw-r--r-- | Doc/tut.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tut.tex b/Doc/tut.tex index df9d8fa..e894a31 100644 --- a/Doc/tut.tex +++ b/Doc/tut.tex @@ -214,7 +214,7 @@ and a copyright notice before printing the first prompt, e.g.: \bcode\begin{verbatim} python -Python 1.2 (Mar 14 1995) +Python 1.3 (Oct 13 1995) Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam >>> \end{verbatim}\ecode |