Skip to content

Commit d92ab08

Browse files
committed
python#11997: fix typo in init.rst.
1 parent fc5ed80 commit d92ab08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/c-api/init.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ by such objects may affect the wrong (sub-)interpreter's dictionary of loaded
867867
modules.
868868

869869
Also note that combining this functionality with :cfunc:`PyGILState_\*` APIs
870-
is delicate, become these APIs assume a bijection between Python thread states
870+
is delicate, because these APIs assume a bijection between Python thread states
871871
and OS-level threads, an assumption broken by the presence of sub-interpreters.
872872
It is highly recommended that you don't switch sub-interpreters between a pair
873873
of matching :cfunc:`PyGILState_Ensure` and :cfunc:`PyGILState_Release` calls.

0 commit comments

Comments
 (0)