diff options
author | Georg Brandl <georg@python.org> | 2009-03-13 19:03:58 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-03-13 19:03:58 (GMT) |
commit | e83a4adba77d1055c564fbcc87695e259e672f5b (patch) | |
tree | 20a1be6cb2d89b5cdb854e46539098bc41b73f29 /Doc/c-api/init.rst | |
parent | efa7c138b603915e7064055ea8d7718d96d30cbc (diff) | |
download | cpython-e83a4adba77d1055c564fbcc87695e259e672f5b.zip cpython-e83a4adba77d1055c564fbcc87695e259e672f5b.tar.gz cpython-e83a4adba77d1055c564fbcc87695e259e672f5b.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 ec6207b..14292cb 100644 --- a/Doc/c-api/init.rst +++ b/Doc/c-api/init.rst @@ -835,7 +835,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 |