mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
tutorial: no "linux2" sys.platform on 3.x (thanks Arfrever)
This commit is contained in:
parent
8c6f8dc527
commit
553e108fce
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
>>>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue