Fix PyGILState_GetThisThreadState() prototype in the API documentation.

This commit is contained in:
Charles-François Natali 2015-04-15 19:30:38 +01:00
parent 1bc53c6e0b
commit 6d12c80c91
1 changed files with 1 additions and 1 deletions

View File

@ -642,7 +642,7 @@ with sub-interpreters:
.. versionadded:: 2.3
.. c:function:: PyThreadState PyGILState_GetThisThreadState()
.. c:function:: 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