]> granicus.if.org Git - python/commitdiff
Use a slightly more recent version than 1.5.2b2.
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 19 Nov 2007 01:46:20 +0000 (01:46 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 19 Nov 2007 01:46:20 +0000 (01:46 +0000)
Doc/tutorial/interpreter.rst

index 605b681fe2f11de92b141526c0f25453c392072b..987835bd8c5a6ab2fb2dd1560326ca4252602085 100644 (file)
@@ -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