Skip to content

Commit b5e6fa2

Browse files
Fix docs in PyThreadState_GetDict() from threads.rst
1 parent 651e5e6 commit b5e6fa2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/c-api/threads.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ Low-level APIs
736736
.. c:function:: PyObject* PyThreadState_GetDict()
737737
738738
Return a dictionary in which extensions can store thread-specific state
739-
information. Each extension should use a unique key to use and store a state in
739+
information. Each extension should use a unique key to store a state in
740740
the dictionary. It is okay to call this function when no :term:`thread state`
741741
is :term:`attached <attached thread state>`. If this function returns
742742
``NULL`` and no exception has been raised, then the caller should assume no

0 commit comments

Comments
 (0)