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.4.1rc1~194 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=553e108fce5673072e709d85c4b4de817f7057b1;p=thirdparty%2FPython%2Fcpython.git tutorial: no "linux2" sys.platform on 3.x (thanks Arfrever) --- diff --git a/Doc/tutorial/interpreter.rst b/Doc/tutorial/interpreter.rst index 594992838793..9ab77f800962 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. >>>