From: Georg Brandl Date: Sun, 23 Mar 2014 22:03:59 +0000 (+0100) Subject: tutorial: no "linux2" sys.platform on 3.x (thanks Arfrever) X-Git-Tag: v3.5.0a1~2039^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=553e108fce5673072e709d85c4b4de817f7057b1;p=python tutorial: no "linux2" sys.platform on 3.x (thanks Arfrever) --- diff --git a/Doc/tutorial/interpreter.rst b/Doc/tutorial/interpreter.rst index 5949928387..9ab77f8009 100644 --- a/Doc/tutorial/interpreter.rst +++ b/Doc/tutorial/interpreter.rst @@ -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. >>>