| --- a/Doc/c-api/init.rst Sat Jun 09 17:31:59 2012 +0100 |
| +++ b/Doc/c-api/init.rst Mon May 21 23:01:17 2012 -0400 |
| @@ -646,7 +646,7 @@ |
| :c:func:`PyGILState_Release` on the same thread. |
| -.. 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 |