diff options
author | Georg Brandl <georg@python.org> | 2008-03-02 06:28:16 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-03-02 06:28:16 (GMT) |
commit | db9ff5f565cb8ca35b94fd1f9085667019ffeaab (patch) | |
tree | a39c94176670b61c99ea627abb67bde294d65ad9 /Doc/tutorial | |
parent | 65475fdba70d5a47b070ac4449262f67bee26fa6 (diff) | |
download | cpython-db9ff5f565cb8ca35b94fd1f9085667019ffeaab.zip cpython-db9ff5f565cb8ca35b94fd1f9085667019ffeaab.tar.gz cpython-db9ff5f565cb8ca35b94fd1f9085667019ffeaab.tar.bz2 |
It's 2.6 now.
Diffstat (limited to 'Doc/tutorial')
-rw-r--r-- | Doc/tutorial/interpreter.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tutorial/interpreter.rst b/Doc/tutorial/interpreter.rst index a62934c..5baf73d 100644 --- a/Doc/tutorial/interpreter.rst +++ b/Doc/tutorial/interpreter.rst @@ -102,7 +102,7 @@ prints a welcome message stating its version number and a copyright notice before printing the first prompt:: python - Python 2.5 (#1, Feb 28 2007, 00:02:06) + Python 2.6 (#1, Feb 28 2007, 00:02:06) Type "help", "copyright", "credits" or "license" for more information. >>> |