Skip to content

Commit 988e497

Browse files
Fix markup in blurb.
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
1 parent 399ee26 commit 988e497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Make :c:func:`PySet_Contains` attempt a lock-free lookup, similar to
2-
:meth:`set.__contains__`. This avoids acquiring the set object mutex in the
2+
:meth:`!set.__contains__`. This avoids acquiring the set object mutex in the
33
normal case.

0 commit comments

Comments
 (0)