summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2007-11-19 01:46:20 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2007-11-19 01:46:20 (GMT)
commit76e4d628223a0636a2ba632d6be7cb24340cb7c5 (patch)
treeb283d2b8bb1a0b7b724d073cd2078330a8e13a22 /Doc/tutorial
parent327a39b047e3abcecb08aabe4f4fcb683dd06ef5 (diff)
downloadcpython-76e4d628223a0636a2ba632d6be7cb24340cb7c5.zip
cpython-76e4d628223a0636a2ba632d6be7cb24340cb7c5.tar.gz
cpython-76e4d628223a0636a2ba632d6be7cb24340cb7c5.tar.bz2
Use a slightly more recent version than 1.5.2b2.
Diffstat (limited to 'Doc/tutorial')
-rw-r--r--Doc/tutorial/interpreter.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/tutorial/interpreter.rst b/Doc/tutorial/interpreter.rst
index 605b681..987835b 100644
--- a/Doc/tutorial/interpreter.rst
+++ b/Doc/tutorial/interpreter.rst
@@ -102,8 +102,8 @@ prints a welcome message stating its version number and a copyright notice
before printing the first prompt::
python
- Python 1.5.2b2 (#1, Feb 28 1999, 00:02:06) [GCC 2.8.1] on sunos5
- Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
+ Python 2.5 (#1, Feb 28 2007, 00:02:06)
+ Type "help", "copyright", "credits" or "license" for more information.
>>>
Continuation lines are needed when entering a multi-line construct. As an