From: Georg Brandl Date: Fri, 22 Feb 2008 12:56:34 +0000 (+0000) Subject: Don't reference pyshell. X-Git-Tag: v2.6a1~117 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4e37c66262fcb5c1be53af4c454e58af777e4e1e;p=python Don't reference pyshell. --- diff --git a/Doc/tutorial/stdlib2.rst b/Doc/tutorial/stdlib2.rst index 73a896d29a..c4db2744de 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 "", line 1, in -toplevel- + File "", line 1, in d['primary'] # entry was automatically removed File "C:/python26/lib/weakref.py", line 46, in __getitem__ o = self.data[key]()