diff options
author | Georg Brandl <georg@python.org> | 2009-03-13 19:04:40 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-03-13 19:04:40 (GMT) |
commit | ae2dbe2543859f9ad0ff0a2e84b33421c8fd5406 (patch) | |
tree | c903b7d3d7b48ad04fc1107aa3225fdd212cb5df /Doc/c-api/init.rst | |
parent | f87e04d3398091662c399ee5ba0a3e71dbae9a24 (diff) | |
download | cpython-ae2dbe2543859f9ad0ff0a2e84b33421c8fd5406.zip cpython-ae2dbe2543859f9ad0ff0a2e84b33421c8fd5406.tar.gz cpython-ae2dbe2543859f9ad0ff0a2e84b33421c8fd5406.tar.bz2 |
#5486: typos.
Diffstat (limited to 'Doc/c-api/init.rst')
-rw-r--r-- | 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 index b63ab9f..2d6b998 100644 --- a/Doc/c-api/init.rst +++ b/Doc/c-api/init.rst @@ -820,7 +820,7 @@ interpreter lock and can perform any Python API calls. it returns -1 without setting any exception. This function can be called on any thread, be it a Python thread or - some other system thread. If it is a Python thread, it doesen't matter if + some other system thread. If it is a Python thread, it doesn't matter if it holds the global interpreter lock or not. .. versionadded:: 2.7 |