Skip to content

Commit f09430b

Browse files
committed
Fix lint error
1 parent 8728c54 commit f09430b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/stdtypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1460,7 +1460,7 @@ application).
14601460
All of the above methods/operations are also lock-free. They do not block
14611461
concurrent modifications. Other operations that hold a lock will not block
14621462
these from observing intermediate states.
1463-
1463+
14641464
All other operations from here on block using the per-object lock.
14651465

14661466
Writing a single item via ``lst[i] = x`` is safe to call from multiple

0 commit comments

Comments
 (0)