diff options
author | Georg Brandl <georg@python.org> | 2011-08-09 17:47:04 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-08-09 17:47:04 (GMT) |
commit | d7fbc8bf12c40bdddae86279c1c000a552040107 (patch) | |
tree | 755b770982f1f28ac8aceb4e3b424da7c02b6c7d /Doc/c-api | |
parent | a350f0f9fd40708ca863b01aa09402f362d5ea44 (diff) | |
download | cpython-d7fbc8bf12c40bdddae86279c1c000a552040107.zip cpython-d7fbc8bf12c40bdddae86279c1c000a552040107.tar.gz cpython-d7fbc8bf12c40bdddae86279c1c000a552040107.tar.bz2 |
Repair markup.
Diffstat (limited to 'Doc/c-api')
-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 996ab78..7c70281 100644 --- a/Doc/c-api/init.rst +++ b/Doc/c-api/init.rst @@ -638,7 +638,7 @@ with sub-interpreters: .. versionadded:: 2.3 -.. c:function:: PyThreadState PyGILState_GetThisThreadState() +.. cfunction:: PyThreadState PyGILState_GetThisThreadState() Get the current thread state for this thread. May return ``NULL`` if no GILState API has been used on the current thread. Note that the main thread |