Skip to content

Commit 12a42e5

Browse files
committed
Remove backticks from code comment to avoid linter error
See https://github.com/python/cpython/actions/runs/5765119619/job/15630465684?pr=107613.
1 parent 26f9f90 commit 12a42e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/collections.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1260,7 +1260,7 @@ variants of :func:`functools.lru_cache`:
12601260
else:
12611261
# no longer need to keep track of how many times this
12621262
# entry has been seen; in a single-threaded environment,
1263-
# the `requests` OrderedDict will always contain the value
1263+
# the self.requests OrderedDict will always contain the value
12641264
# being removed, but use `pop(args, None)` to reduce
12651265
# complications in a multi-threaded environment where
12661266
# a race condition may cause an exception

0 commit comments

Comments
 (0)