Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 907a720 commit 4e37c66Copy full SHA for 4e37c66
1 file changed
Doc/tutorial/stdlib2.rst
@@ -269,7 +269,7 @@ applications include caching objects that are expensive to create::
269
0
270
>>> d['primary'] # entry was automatically removed
271
Traceback (most recent call last):
272
- File "<pyshell#108>", line 1, in -toplevel-
+ File "<stdin>", line 1, in <module>
273
d['primary'] # entry was automatically removed
274
File "C:/python26/lib/weakref.py", line 46, in __getitem__
275
o = self.data[key]()
0 commit comments