summaryrefslogtreecommitdiff
path: root/Include/pystate.h
diff options
context:
space:
mode:
authorSandro Tosi <sandro.tosi@gmail.com>2011-08-08 00:16:54 +0200
committerSandro Tosi <sandro.tosi@gmail.com>2011-08-08 00:16:54 +0200
commit61baee0ee7c5183c80809e9b44da2542c682c235 (patch)
treed00caf98ed8f3300407472611263be8e5161d67b /Include/pystate.h
parent2a389e4601a462a028fb34991704a1f92d51d0ee (diff)
downloadcpython-git-61baee0ee7c5183c80809e9b44da2542c682c235.tar.gz
#10741: add documentation for PyGILState_GetThisThreadState()
Diffstat (limited to 'Include/pystate.h')
-rw-r--r--Include/pystate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/pystate.h b/Include/pystate.h
index 5d2ee633fd..b5fe1adddc 100644
--- a/Include/pystate.h
+++ b/Include/pystate.h
@@ -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.
*/