diff options
author | Georg Brandl <georg@python.org> | 2014-03-23 22:04:45 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-03-23 22:04:45 (GMT) |
commit | 60fa3533eb498a4f5fa2fd1b47ced11e56d44c20 (patch) | |
tree | 25038c5d6e77fef0a008dadd959d2944d4eca197 /Doc/tutorial | |
parent | 08eae43e2a0df1a0e3208adf438423945a854947 (diff) | |
parent | 553e108fce5673072e709d85c4b4de817f7057b1 (diff) | |
download | cpython-60fa3533eb498a4f5fa2fd1b47ced11e56d44c20.zip cpython-60fa3533eb498a4f5fa2fd1b47ced11e56d44c20.tar.gz cpython-60fa3533eb498a4f5fa2fd1b47ced11e56d44c20.tar.bz2 |
merge with 3.4
Diffstat (limited to 'Doc/tutorial')
-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 aa84061..6625010 100644 --- a/Doc/tutorial/interpreter.rst +++ b/Doc/tutorial/interpreter.rst @@ -97,7 +97,7 @@ before printing the first prompt:: $ python3.5 Python 3.5 (default, Sep 16 2015, 09:25:04) - [GCC 4.8.2] on linux2 + [GCC 4.8.2] on linux Type "help", "copyright", "credits" or "license" for more information. >>> |