mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Fix lint error
This commit is contained in:
parent
8728c54be4
commit
f09430bdd4
1 changed files with 1 additions and 1 deletions
|
|
@ -1460,7 +1460,7 @@ application).
|
|||
All of the above methods/operations are also lock-free. They do not block
|
||||
concurrent modifications. Other operations that hold a lock will not block
|
||||
these from observing intermediate states.
|
||||
|
||||
|
||||
All other operations from here on block using the per-object lock.
|
||||
|
||||
Writing a single item via ``lst[i] = x`` is safe to call from multiple
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue