summaryrefslogtreecommitdiff
path: root/Doc/tutorial/stdlib.rst
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2014-03-16 23:05:59 -0700
committerLarry Hastings <larry@hastings.org>2014-03-16 23:05:59 -0700
commitc348ef1ad1d4ffb64b25c4e48521abe9fec3b608 (patch)
tree5fa41d31d350122d2be29effbb76480846bd8f1a /Doc/tutorial/stdlib.rst
parentbf5a07628f9e2380af4477435cae640801a011d5 (diff)
downloadcpython-c348ef1ad1d4ffb64b25c4e48521abe9fec3b608.tar.gz
Version bump to 3.5, step 2.
Diffstat (limited to 'Doc/tutorial/stdlib.rst')
-rw-r--r--Doc/tutorial/stdlib.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tutorial/stdlib.rst b/Doc/tutorial/stdlib.rst
index 2e3ed181d0..8db2c011d9 100644
--- a/Doc/tutorial/stdlib.rst
+++ b/Doc/tutorial/stdlib.rst
@@ -15,7 +15,7 @@ operating system::
>>> import os
>>> os.getcwd() # Return the current working directory
- 'C:\\Python34'
+ 'C:\\Python35'
>>> os.chdir('/server/accesslogs') # Change current working directory
>>> os.system('mkdir today') # Run the command mkdir in the system shell
0