diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2022-05-08 02:40:52 (GMT) |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2022-05-08 02:40:52 (GMT) |
commit | e851177536b44ebc616ddbe51aebcd1f30857f34 (patch) | |
tree | 451893b9098ea0f16447b66fb4be5b5600f67281 /Doc/tutorial/stdlib2.rst | |
parent | 8d32a5c8c4e9c90b0a21e8b2fa0cd567465ced2b (diff) | |
download | cpython-e851177536b44ebc616ddbe51aebcd1f30857f34.zip cpython-e851177536b44ebc616ddbe51aebcd1f30857f34.tar.gz cpython-e851177536b44ebc616ddbe51aebcd1f30857f34.tar.bz2 |
Python 3.12.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 69ec0d4..2e45ebc 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:/python311/lib/weakref.py", line 46, in __getitem__ + File "C:/python312/lib/weakref.py", line 46, in __getitem__ o = self.data[key]() KeyError: 'primary' |