]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#11997: fix typo in init.rst.
authorEzio Melotti <ezio.melotti@gmail.com>
Thu, 5 May 2011 11:19:48 +0000 (14:19 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Thu, 5 May 2011 11:19:48 +0000 (14:19 +0300)
Doc/c-api/init.rst

index 7e9d44ca60d08b1ef5a30155df8c7d747c341971..b2fa3ee6e10bd0d0df0c969c4436d163a87b322b 100644 (file)
@@ -867,7 +867,7 @@ by such objects may affect the wrong (sub-)interpreter's dictionary of loaded
 modules.
 
 Also note that combining this functionality with :cfunc:`PyGILState_\*` APIs
-is delicate, become these APIs assume a bijection between Python thread states
+is delicate, because these APIs assume a bijection between Python thread states
 and OS-level threads, an assumption broken by the presence of sub-interpreters.
 It is highly recommended that you don't switch sub-interpreters between a pair
 of matching :cfunc:`PyGILState_Ensure` and :cfunc:`PyGILState_Release` calls.