Skip to content

Commit 445bffb

Browse files
Apply suggestion from @vstinner
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent 94e92a5 commit 445bffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/data/threadsafety.dat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ PySet_Contains:shared:
142142
PySet_Add:shared:
143143
PySet_Discard:shared:
144144

145-
# Pop - hold per-object lock for duration;
145+
# Pop - hold per-object lock for duration
146146
PySet_Pop:atomic:
147147

148148
# Clear - empties the set before clearing

0 commit comments

Comments
 (0)