Fix lint error

This commit is contained in:
Lysandros Nikolaou 2025-12-18 18:06:55 +02:00
parent 8728c54be4
commit f09430bdd4
No known key found for this signature in database
GPG key ID: 43E92D11D08F5F29

View file

@ -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