summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial/stdlib.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-02-20 10:37:07 (GMT)
committerGeorg Brandl <georg@python.org>2011-02-20 10:37:07 (GMT)
commit3ebb6b361553b1a786396189e92945a59075e51a (patch)
treedc445377f7dd0d5285513a369d9e2a4ab334b29e /Doc/tutorial/stdlib.rst
parent4a9d447ac633fb5ca29ace78d5bbfd9cd6d125db (diff)
downloadcpython-3ebb6b361553b1a786396189e92945a59075e51a.zip
cpython-3ebb6b361553b1a786396189e92945a59075e51a.tar.gz
cpython-3ebb6b361553b1a786396189e92945a59075e51a.tar.bz2
Bump trunk to 3.3 alpha 0.
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 9729743..500ca7f 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:\\Python31'
+ 'C:\\Python33'
>>> os.chdir('/server/accesslogs') # Change current working directory
>>> os.system('mkdir today') # Run the command mkdir in the system shell
0