summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial/stdlib2.rst
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2018-01-31 22:44:09 (GMT)
committerNed Deily <nad@python.org>2018-01-31 22:44:09 (GMT)
commit5489bdad5143050b8bb89b648b3c00d951b72d4f (patch)
tree1dff73947a4206b974742501a8606ec504f8ad80 /Doc/tutorial/stdlib2.rst
parent6e41cd95b5cc9288e94457be60bdcdc0fb6bebae (diff)
downloadcpython-5489bdad5143050b8bb89b648b3c00d951b72d4f.zip
cpython-5489bdad5143050b8bb89b648b3c00d951b72d4f.tar.gz
cpython-5489bdad5143050b8bb89b648b3c00d951b72d4f.tar.bz2
Start of 3.8.0a0
Diffstat (limited to 'Doc/tutorial/stdlib2.rst')
-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 9947231..d2ac57b 100644
--- a/Doc/tutorial/stdlib2.rst
+++ b/Doc/tutorial/stdlib2.rst
@@ -278,7 +278,7 @@ applications include caching objects that are expensive to create::
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
d['primary'] # entry was automatically removed
- File "C:/python37/lib/weakref.py", line 46, in __getitem__
+ File "C:/python38/lib/weakref.py", line 46, in __getitem__
o = self.data[key]()
KeyError: 'primary'