commit | d4fe098d1ee4f4056ac65cae55f5ffdd439dede0 | [log] [tgz] |
---|---|---|
author | Pablo Galindo <Pablogsal@gmail.com> | Tue May 19 03:33:01 2020 +0100 |
committer | GitHub <noreply@github.com> | Tue May 19 03:33:01 2020 +0100 |
tree | 68ecea7a92cd666eca0acd93635adff58ff64814 | |
parent | 9095f76613c8dd67beb21992def837bb8a37ed25 [diff] [blame] |
Python 3.10.0a0 (GH-20198)
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 @@ 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'