Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4e37c66

Browse files
committed
Don't reference pyshell.
1 parent 907a720 commit 4e37c66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/tutorial/stdlib2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ applications include caching objects that are expensive to create::
269269
0
270270
>>> d['primary'] # entry was automatically removed
271271
Traceback (most recent call last):
272-
File "<pyshell#108>", line 1, in -toplevel-
272+
File "<stdin>", line 1, in <module>
273273
d['primary'] # entry was automatically removed
274274
File "C:/python26/lib/weakref.py", line 46, in __getitem__
275275
o = self.data[key]()

0 commit comments

Comments
 (0)