GH-101898: Fix missing term references for hashable definition (#101899)

Fix missing term references for hashable definition
This commit is contained in:
Furkan Onder 2023-02-14 10:20:11 +00:00 committed by GitHub
parent e5da9ab2c8
commit 3690688149
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 22 additions and 22 deletions

View file

@ -1979,7 +1979,7 @@ method result will be released right away. The disadvantage is that if
instances accumulate, so too will the accumulated method results. They
can grow without bound.
The *lru_cache* approach works with methods that have hashable
The *lru_cache* approach works with methods that have :term:`hashable`
arguments. It creates a reference to the instance unless special
efforts are made to pass in weak references.