commit | 9ab2fb1c68a75115da92d51b8c40b74f60f88561 | [log] [tgz] |
---|---|---|
author | Łukasz Langa <lukasz@langa.pl> | Tue Jun 04 22:12:32 2019 +0200 |
committer | Łukasz Langa <lukasz@langa.pl> | Tue Jun 04 22:12:32 2019 +0200 |
tree | 3541182d6a95de095405200ca265afb14abbb279 | |
parent | 23d7ce747167cceeeae526a53a6044ec2dc47cbb [diff] [blame] |
Bump to 3.9.0a0
diff --git a/Doc/tutorial/stdlib.rst b/Doc/tutorial/stdlib.rst index 82261a6..e030f8f 100644 --- a/Doc/tutorial/stdlib.rst +++ b/Doc/tutorial/stdlib.rst
@@ -15,7 +15,7 @@ >>> import os >>> os.getcwd() # Return the current working directory - 'C:\\Python38' + 'C:\\Python39' >>> os.chdir('/server/accesslogs') # Change current working directory >>> os.system('mkdir today') # Run the command mkdir in the system shell 0