summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-09-18 07:28:32 (GMT)
committerGeorg Brandl <georg@python.org>2009-09-18 07:28:32 (GMT)
commitec4cff06f51730b9a76e702c97eacc4554b98b6f (patch)
treee191f8c3fec6166f85dcb849f2cf49b10d29f41e /Doc/tutorial
parent6ba000cc9dd529c301472c665883a7f59a865b12 (diff)
downloadcpython-ec4cff06f51730b9a76e702c97eacc4554b98b6f.zip
cpython-ec4cff06f51730b9a76e702c97eacc4554b98b6f.tar.gz
cpython-ec4cff06f51730b9a76e702c97eacc4554b98b6f.tar.bz2
#6935: update version.
Diffstat (limited to 'Doc/tutorial')
-rw-r--r--Doc/tutorial/interpreter.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/tutorial/interpreter.rst b/Doc/tutorial/interpreter.rst
index 72cbec9..6c6bc16 100644
--- a/Doc/tutorial/interpreter.rst
+++ b/Doc/tutorial/interpreter.rst
@@ -102,12 +102,12 @@ prints a welcome message stating its version number and a copyright notice
before printing the first prompt::
$ python3.1
- Python 3.1a1 (py3k, Sep 12 2007, 12:21:02)
+ Python 3.1 (py3k, Sep 12 2007, 12:21:02)
[GCC 3.4.6 20060404 (Red Hat 3.4.6-8)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>
-.. XXX update for final release of Python 3.1
+.. XXX update for new releases
Continuation lines are needed when entering a multi-line construct. As an
example, take a look at this :keyword:`if` statement::
@@ -243,7 +243,7 @@ in the script::
.. rubric:: Footnotes
-.. [#] On Unix, the 3.1 interpreter is by default not installed with the
+.. [#] On Unix, the Python 3.x interpreter is by default not installed with the
executable named ``python``, so that it does not conflict with a
simultaneously installed Python 2.x executable.