commit | 3ebb6b361553b1a786396189e92945a59075e51a | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Feb 20 10:37:07 2011 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Feb 20 10:37:07 2011 +0000 |
tree | dc445377f7dd0d5285513a369d9e2a4ab334b29e | |
parent | 4a9d447ac633fb5ca29ace78d5bbfd9cd6d125db [diff] [blame] |
Bump trunk to 3.3 alpha 0.
diff --git a/Doc/tutorial/stdlib.rst b/Doc/tutorial/stdlib.rst index 9729743..500ca7f 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:\\Python31' + 'C:\\Python33' >>> os.chdir('/server/accesslogs') # Change current working directory >>> os.system('mkdir today') # Run the command mkdir in the system shell 0