diff options
author | Georg Brandl <georg@python.org> | 2014-03-22 19:39:08 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-03-22 19:39:08 (GMT) |
commit | 3fa7ea1348b934e200ad40189870cc25dd59ed62 (patch) | |
tree | ec92daadfd25563d1fb0ff810aff8f6b77cd5983 /Doc/tutorial | |
parent | 0a0a9ade4fb8125ba00ca5592867f323562aff96 (diff) | |
parent | 75c5ab49edff23dacd1410062480c031afc80c9d (diff) | |
download | cpython-3fa7ea1348b934e200ad40189870cc25dd59ed62.zip cpython-3fa7ea1348b934e200ad40189870cc25dd59ed62.tar.gz cpython-3fa7ea1348b934e200ad40189870cc25dd59ed62.tar.bz2 |
merge with 3.4
Diffstat (limited to 'Doc/tutorial')
-rw-r--r-- | Doc/tutorial/interpreter.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/tutorial/interpreter.rst b/Doc/tutorial/interpreter.rst index 38d2773..aa84061 100644 --- a/Doc/tutorial/interpreter.rst +++ b/Doc/tutorial/interpreter.rst @@ -96,8 +96,8 @@ prints a welcome message stating its version number and a copyright notice before printing the first prompt:: $ python3.5 - Python 3.5 (default, Sep 24 2012, 09:25:04) - [GCC 4.6.3] on linux2 + Python 3.5 (default, Sep 16 2015, 09:25:04) + [GCC 4.8.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> |