#10741: add documentation for PyGILState_GetThisThreadState()

This commit is contained in:
Sandro Tosi 2011-08-08 00:16:54 +02:00
parent 2a389e4601
commit 61baee0ee7
2 changed files with 9 additions and 1 deletions

View file

@ -195,7 +195,7 @@ PyAPI_FUNC(void) PyGILState_Release(PyGILState_STATE);
/* Helper/diagnostic function - get the current thread state for
this thread. May return NULL if no GILState API has been used
on the current thread. Note the main thread always has such a
on the current thread. Note that the main thread always has such a
thread-state, even if no auto-thread-state call has been made
on the main thread.
*/