We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed167f8 commit 89e2e63Copy full SHA for 89e2e63
1 file changed
doc/source/overview.rst
@@ -716,7 +716,7 @@ The `threading.Lock` ensures only one thread can call into the wrapped C library
716
at a time. Any thread that calls ``l.acquire()`` while another thread has
717
already acquired the lock will block until the lock is released.
718
719
-Using a global lock like this is necessary it is not safe for more than one
+Using a global lock like this is necessary if it is not safe for more than one
720
thread to simultaneously call into any part of the library. This is the case if
721
the library relies on global state that does not have any explicit
722
synchronization. Libraries like this are not `re-entrant
0 commit comments