diff options
author | Guido van Rossum <guido@python.org> | 1994-10-06 17:08:42 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1994-10-06 17:08:42 (GMT) |
commit | 94ed6f5f63b5fbeca72bfdbc54b0055bed3d3b8e (patch) | |
tree | 7361d0a30a1d1e07f02170bbfd2f387a622cce20 /Doc/tut.tex | |
parent | 8780a44f2c9782481496b83f2750574fe6263c88 (diff) | |
download | cpython-94ed6f5f63b5fbeca72bfdbc54b0055bed3d3b8e.zip cpython-94ed6f5f63b5fbeca72bfdbc54b0055bed3d3b8e.tar.gz cpython-94ed6f5f63b5fbeca72bfdbc54b0055bed3d3b8e.tar.bz2 |
Oops! version numbers again!
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 6a1bcd9..bcaa058 100644 --- a/Doc/tut.tex +++ b/Doc/tut.tex @@ -213,7 +213,7 @@ and a copyright notice before printing the first prompt, e.g.: \bcode\begin{verbatim} python -Python 1.0.3 (Jul 14 1994) +Python 1.1 (Oct 6 1994) Copyright 1991-1994 Stichting Mathematisch Centrum, Amsterdam >>> \end{verbatim}\ecode |