We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
PyInterpreterState *
1 parent 3ec11d9 commit 76c50d7Copy full SHA for 76c50d7
Doc/c-api/init.rst
@@ -914,7 +914,7 @@ code, or when embedding the Python interpreter:
914
.. c:type:: PyThreadState
915
916
This data structure represents the state of a single thread. The only public
917
- data member is :attr:`interp` (:c:type:`PyInterpreterState *`), which points to
+ data member is :attr:`interp` (:c:expr:`PyInterpreterState *`), which points to
918
this thread's interpreter state.
919
920
0 commit comments