diff options
author | Ned Deily <nad@python.org> | 2016-09-12 17:29:04 -0400 |
---|---|---|
committer | Ned Deily <nad@python.org> | 2016-09-12 17:29:04 -0400 |
commit | 066a2146989ad0fd37fc919002806a925c6848f7 (patch) | |
tree | 540f4a1008c2c3054c7cd255c725e8e0a86ac202 /Doc/tutorial/stdlib.rst | |
parent | e8f36ea71f680aba9fd6b302daa5e120e80b3347 (diff) | |
download | cpython-066a2146989ad0fd37fc919002806a925c6848f7.tar.gz |
Bump to 3.7.0a0
Diffstat (limited to 'Doc/tutorial/stdlib.rst')
-rw-r--r-- | Doc/tutorial/stdlib.rst | 2 |
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 |