diff options
author | Ned Deily <nad@python.org> | 2016-09-12 21:29:04 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2016-09-12 21:29:04 (GMT) |
commit | 4829bc66194f40ca6110610c6357b36eb910a51d (patch) | |
tree | fbf670f63169ee2e437f114b7920b00dbd8da3b3 /Doc/tutorial/stdlib.rst | |
parent | 3c70a992be9db7c69a055e523053426d3c655b39 (diff) | |
download | cpython-4829bc66194f40ca6110610c6357b36eb910a51d.zip cpython-4829bc66194f40ca6110610c6357b36eb910a51d.tar.gz cpython-4829bc66194f40ca6110610c6357b36eb910a51d.tar.bz2 |
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 1dd06c2..6ac29fc 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 |