[Python-checkins] cpython (2.7): #11997: fix typo in init.rst.

ezio.melotti python-checkins at python.org
Thu May 5 13:22:09 CEST 2011


http://hg.python.org/cpython/rev/76a2354aa427
changeset:   69842:76a2354aa427
branch:      2.7
parent:      69838:c13d2552eb51
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Thu May 05 14:19:48 2011 +0300
summary:
  #11997: fix typo in init.rst.

files:
  Doc/c-api/init.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/c-api/init.rst b/Doc/c-api/init.rst
--- a/Doc/c-api/init.rst
+++ b/Doc/c-api/init.rst
@@ -881,7 +881,7 @@
 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.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list