Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5e075f commit 75c5ab4Copy full SHA for 75c5ab4
1 file changed
Doc/tutorial/interpreter.rst
@@ -96,8 +96,8 @@ prints a welcome message stating its version number and a copyright notice
96
before printing the first prompt::
97
98
$ python3.4
99
- Python 3.4 (default, Sep 24 2012, 09:25:04)
100
- [GCC 4.6.3] on linux2
+ Python 3.4 (default, Mar 16 2014, 09:25:04)
+ [GCC 4.8.2] on linux2
101
Type "help", "copyright", "credits" or "license" for more information.
102
>>>
103
0 commit comments