diff options
author | Pablo Galindo <Pablogsal@gmail.com> | 2020-05-19 02:33:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-19 02:33:01 (GMT) |
commit | d4fe098d1ee4f4056ac65cae55f5ffdd439dede0 (patch) | |
tree | 68ecea7a92cd666eca0acd93635adff58ff64814 /Doc/tutorial/stdlib2.rst | |
parent | 9095f76613c8dd67beb21992def837bb8a37ed25 (diff) | |
download | cpython-d4fe098d1ee4f4056ac65cae55f5ffdd439dede0.zip cpython-d4fe098d1ee4f4056ac65cae55f5ffdd439dede0.tar.gz cpython-d4fe098d1ee4f4056ac65cae55f5ffdd439dede0.tar.bz2 |
Python 3.10.0a0 (GH-20198)
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 2994828..298034d 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:/python39/lib/weakref.py", line 46, in __getitem__ + File "C:/python310/lib/weakref.py", line 46, in __getitem__ o = self.data[key]() KeyError: 'primary' |