summaryrefslogtreecommitdiff
path: root/Doc/tutorial/stdlib.rst
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2016-09-12 17:29:04 -0400
committerNed Deily <nad@python.org>2016-09-12 17:29:04 -0400
commit066a2146989ad0fd37fc919002806a925c6848f7 (patch)
tree540f4a1008c2c3054c7cd255c725e8e0a86ac202 /Doc/tutorial/stdlib.rst
parente8f36ea71f680aba9fd6b302daa5e120e80b3347 (diff)
downloadcpython-066a2146989ad0fd37fc919002806a925c6848f7.tar.gz
Bump to 3.7.0a0
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 1dd06c2338..6ac29fc602 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:\\Python36'
+ 'C:\\Python37'
>>> os.chdir('/server/accesslogs') # Change current working directory
>>> os.system('mkdir today') # Run the command mkdir in the system shell
0