summaryrefslogtreecommitdiff
path: root/Doc/tutorial/stdlib.rst
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2018-01-31 17:44:09 -0500
committerNed Deily <nad@python.org>2018-01-31 17:44:09 -0500
commit5489bdad5143050b8bb89b648b3c00d951b72d4f (patch)
tree1dff73947a4206b974742501a8606ec504f8ad80 /Doc/tutorial/stdlib.rst
parent6e41cd95b5cc9288e94457be60bdcdc0fb6bebae (diff)
downloadcpython-git-5489bdad5143050b8bb89b648b3c00d951b72d4f.tar.gz
Start of 3.8.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 6ac29fc602..4934d69518 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:\\Python37'
+ 'C:\\Python38'
>>> os.chdir('/server/accesslogs') # Change current working directory
>>> os.system('mkdir today') # Run the command mkdir in the system shell
0