tutorial: no "linux2" sys.platform on 3.x (thanks Arfrever)

This commit is contained in:
Georg Brandl 2014-03-23 23:03:59 +01:00
parent 8c6f8dc527
commit 553e108fce

View 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.
>>>