diff options
author | Ned Deily <nad@python.org> | 2018-01-31 22:44:09 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2018-01-31 22:44:09 (GMT) |
commit | 5489bdad5143050b8bb89b648b3c00d951b72d4f (patch) | |
tree | 1dff73947a4206b974742501a8606ec504f8ad80 /Doc/tutorial/stdlib2.rst | |
parent | 6e41cd95b5cc9288e94457be60bdcdc0fb6bebae (diff) | |
download | cpython-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.rst | 2 |
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' |