From d7fbc8bf12c40bdddae86279c1c000a552040107 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 9 Aug 2011 19:47:04 +0200 Subject: [PATCH] Repair markup. --- Doc/c-api/init.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/c-api/init.rst b/Doc/c-api/init.rst index 996ab78d78..7c702812d6 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 -- 2.50.1