commit | d4fe098d1ee4f4056ac65cae55f5ffdd439dede0 | [log] [tgz] |
---|---|---|
author | Pablo Galindo <Pablogsal@gmail.com> | Tue May 19 03:33:01 2020 +0100 |
committer | GitHub <noreply@github.com> | Tue May 19 03:33:01 2020 +0100 |
tree | 68ecea7a92cd666eca0acd93635adff58ff64814 | |
parent | 9095f76613c8dd67beb21992def837bb8a37ed25 [diff] [blame] |
Python 3.10.0a0 (GH-20198)
diff --git a/Doc/tutorial/stdlib.rst b/Doc/tutorial/stdlib.rst index a52653b..f33265c 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:\\Python39' + 'C:\\Python310' >>> os.chdir('/server/accesslogs') # Change current working directory >>> os.system('mkdir today') # Run the command mkdir in the system shell 0