Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a17487b

Browse files
committed
python#6935: update version.
1 parent d078745 commit a17487b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/tutorial/interpreter.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,13 @@ with the *secondary prompt*, by default three dots (``...``). The interpreter
101101
prints a welcome message stating its version number and a copyright notice
102102
before printing the first prompt::
103103

104-
$ python3.1
105-
Python 3.1a1 (py3k, Sep 12 2007, 12:21:02)
104+
$ python3.2
105+
Python 3.2 (py3k, Sep 12 2007, 12:21:02)
106106
[GCC 3.4.6 20060404 (Red Hat 3.4.6-8)] on linux2
107107
Type "help", "copyright", "credits" or "license" for more information.
108108
>>>
109109

110-
.. XXX update for final release of Python 3.1
110+
.. XXX update for new releases
111111
112112
Continuation lines are needed when entering a multi-line construct. As an
113113
example, take a look at this :keyword:`if` statement::
@@ -243,7 +243,7 @@ in the script::
243243

244244
.. rubric:: Footnotes
245245

246-
.. [#] On Unix, the 3.1 interpreter is by default not installed with the
246+
.. [#] On Unix, the Python 3.x interpreter is by default not installed with the
247247
executable named ``python``, so that it does not conflict with a
248248
simultaneously installed Python 2.x executable.
249249

0 commit comments

Comments
 (0)