]> granicus.if.org Git - python/commitdiff
Don't reference pyshell.
authorGeorg Brandl <georg@python.org>
Fri, 22 Feb 2008 12:56:34 +0000 (12:56 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 22 Feb 2008 12:56:34 +0000 (12:56 +0000)
Doc/tutorial/stdlib2.rst

index 73a896d29a18d2e39b4a2cd971c4c4b2fb9b225d..c4db2744de95d64de806be421bc1e4bf897163b5 100644 (file)
@@ -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]()