Docs: Use substitutions instead of manual version updates (#115416)

This commit is contained in:
Hugo van Kemenade 2024-02-14 08:55:00 +02:00 committed by GitHub
parent f15795c9a0
commit 46245b0d83
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 4 deletions

View file

@ -279,7 +279,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:/python312/lib/weakref.py", line 46, in __getitem__
File "C:/python313/lib/weakref.py", line 46, in __getitem__
o = self.data[key]()
KeyError: 'primary'