summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-02-22 12:56:34 (GMT)
committerGeorg Brandl <georg@python.org>2008-02-22 12:56:34 (GMT)
commit4e37c66262fcb5c1be53af4c454e58af777e4e1e (patch)
tree977783f2d34655ce6a3fae7d43bc80002d53046c /Doc/tutorial
parent907a720f894a7b267e15b3bb1ba39f2d8677c0fe (diff)
downloadcpython-4e37c66262fcb5c1be53af4c454e58af777e4e1e.zip
cpython-4e37c66262fcb5c1be53af4c454e58af777e4e1e.tar.gz
cpython-4e37c66262fcb5c1be53af4c454e58af777e4e1e.tar.bz2
Don't reference pyshell.
Diffstat (limited to 'Doc/tutorial')
-rw-r--r--Doc/tutorial/stdlib2.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tutorial/stdlib2.rst b/Doc/tutorial/stdlib2.rst
index 73a896d..c4db274 100644
--- a/Doc/tutorial/stdlib2.rst
+++ b/Doc/tutorial/stdlib2.rst
@@ -269,7 +269,7 @@ applications include caching objects that are expensive to create::
0
>>> d['primary'] # entry was automatically removed
Traceback (most recent call last):
- File "<pyshell#108>", line 1, in -toplevel-
+ File "<stdin>", line 1, in <module>
d['primary'] # entry was automatically removed
File "C:/python26/lib/weakref.py", line 46, in __getitem__
o = self.data[key]()