We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 651e5e6 commit b5e6fa2Copy full SHA for b5e6fa2
1 file changed
Doc/c-api/threads.rst
@@ -736,7 +736,7 @@ Low-level APIs
736
.. c:function:: PyObject* PyThreadState_GetDict()
737
738
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
+ information. Each extension should use a unique key to store a state in
740
the dictionary. It is okay to call this function when no :term:`thread state`
741
is :term:`attached <attached thread state>`. If this function returns
742
``NULL`` and no exception has been raised, then the caller should assume no
0 commit comments