]> granicus.if.org Git - python/commitdiff
tutorial: no "linux2" sys.platform on 3.x (thanks Arfrever)
authorGeorg Brandl <georg@python.org>
Sun, 23 Mar 2014 22:03:59 +0000 (23:03 +0100)
committerGeorg Brandl <georg@python.org>
Sun, 23 Mar 2014 22:03:59 +0000 (23:03 +0100)
Doc/tutorial/interpreter.rst

index 5949928387937ad1e2d31c1f489208c92c64e7f4..9ab77f800962cf6efeb6e38de9606830858aba1a 100644 (file)
@@ -97,7 +97,7 @@ before printing the first prompt::
 
    $ python3.4
    Python 3.4 (default, Mar 16 2014, 09:25:04)
-   [GCC 4.8.2] on linux2
+   [GCC 4.8.2] on linux
    Type "help", "copyright", "credits" or "license" for more information.
    >>>