We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26f9f90 commit 12a42e5Copy full SHA for 12a42e5
Doc/library/collections.rst
@@ -1260,7 +1260,7 @@ variants of :func:`functools.lru_cache`:
1260
else:
1261
# no longer need to keep track of how many times this
1262
# entry has been seen; in a single-threaded environment,
1263
- # the `requests` OrderedDict will always contain the value
+ # the self.requests OrderedDict will always contain the value
1264
# being removed, but use `pop(args, None)` to reduce
1265
# complications in a multi-threaded environment where
1266
# a race condition may cause an exception
0 commit comments