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 12a42e5 commit 9d2e3c1Copy full SHA for 9d2e3c1
Doc/library/collections.rst
@@ -1261,7 +1261,7 @@ variants of :func:`functools.lru_cache`:
1261
# no longer need to keep track of how many times this
1262
# entry has been seen; in a single-threaded environment,
1263
# the self.requests OrderedDict will always contain the value
1264
- # being removed, but use `pop(args, None)` to reduce
+ # 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
1267
self.requests.pop(args, None)
0 commit comments