diff options
author | Georg Brandl <georg@python.org> | 2014-03-23 22:03:59 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-03-23 22:03:59 (GMT) |
commit | 553e108fce5673072e709d85c4b4de817f7057b1 (patch) | |
tree | 7cd3598160fa10ce97f9eafaf7f24d58eb3139d5 | |
parent | 8c6f8dc527d875f5b31f90925a9f61de7c351482 (diff) | |
download | cpython-553e108fce5673072e709d85c4b4de817f7057b1.zip cpython-553e108fce5673072e709d85c4b4de817f7057b1.tar.gz cpython-553e108fce5673072e709d85c4b4de817f7057b1.tar.bz2 |
tutorial: no "linux2" sys.platform on 3.x (thanks Arfrever)
-rw-r--r-- | Doc/tutorial/interpreter.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tutorial/interpreter.rst b/Doc/tutorial/interpreter.rst index 5949928..9ab77f8 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. >>> |