From: Chris Jerdonek Date: Tue, 25 Sep 2012 11:20:29 +0000 (-0700) Subject: Issue #16015: Make welcome message more realistic in tutorial example. X-Git-Tag: v3.2.4rc1~497 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=df12f2bbb6d7d2a26fc10072ead199b3a19c6623;p=thirdparty%2FPython%2Fcpython.git Issue #16015: Make welcome message more realistic in tutorial example. --- diff --git a/Doc/tutorial/interpreter.rst b/Doc/tutorial/interpreter.rst index 2338465d6286..d61dafcaf1ef 100644 --- a/Doc/tutorial/interpreter.rst +++ b/Doc/tutorial/interpreter.rst @@ -12,7 +12,9 @@ Invoking the Interpreter The Python interpreter is usually installed as :file:`/usr/local/bin/python3.2` on those machines where it is available; putting :file:`/usr/local/bin` in your -Unix shell's search path makes it possible to start it by typing the command :: +Unix shell's search path makes it possible to start it by typing the command: + +.. code-block:: text python3.2 @@ -94,8 +96,8 @@ prints a welcome message stating its version number and a copyright notice before printing the first prompt:: $ python3.2 - Python 3.2 (py3k, Sep 12 2007, 12:21:02) - [GCC 3.4.6 20060404 (Red Hat 3.4.6-8)] on linux2 + Python 3.2.3 (default, May 3 2012, 15:54:42) + [GCC 4.6.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>>