]> granicus.if.org Git - python/commitdiff
Reversely --> Conversely
authorFred Drake <fdrake@acm.org>
Fri, 29 Sep 2000 17:31:54 +0000 (17:31 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 29 Sep 2000 17:31:54 +0000 (17:31 +0000)
This closes SourceForge bug #115673.

Doc/api/api.tex

index 18753c17afc73ecf8890751b8b00a0e138b8f318..53ca462399a180f9a05d467b17fd2f1e73f0b29f 100644 (file)
@@ -4186,8 +4186,8 @@ current thread state.  When releasing the lock and saving the thread
 state, the current thread state pointer must be retrieved before the
 lock is released (since another thread could immediately acquire the
 lock and store its own thread state in the global variable).
-Reversely, when acquiring the lock and restoring the thread state, the
-lock must be acquired before storing the thread state pointer.
+Conversely, when acquiring the lock and restoring the thread state,
+the lock must be acquired before storing the thread state pointer.
 
 Why am I going on with so much detail about this?  Because when
 threads are created from C, they don't have the global interpreter