diff options
| author | Łukasz Langa <lukasz@langa.pl> | 2019-06-04 20:12:32 (GMT) |
|---|---|---|
| committer | Łukasz Langa <lukasz@langa.pl> | 2019-06-04 20:12:32 (GMT) |
| commit | 9ab2fb1c68a75115da92d51b8c40b74f60f88561 (patch) | |
| tree | 3541182d6a95de095405200ca265afb14abbb279 /Doc/tutorial/stdlib2.rst | |
| parent | 23d7ce747167cceeeae526a53a6044ec2dc47cbb (diff) | |
| download | cpython-9ab2fb1c68a75115da92d51b8c40b74f60f88561.zip cpython-9ab2fb1c68a75115da92d51b8c40b74f60f88561.tar.gz cpython-9ab2fb1c68a75115da92d51b8c40b74f60f88561.tar.bz2 | |
Bump to 3.9.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 d2ac57b..2994828 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:/python38/lib/weakref.py", line 46, in __getitem__ + File "C:/python39/lib/weakref.py", line 46, in __getitem__ o = self.data[key]() KeyError: 'primary' |
