mirror of https://github.com/python/cpython.git
gh-93738: Documentation C syntax (:c:type:`PyInterpreterState *` -> :c:expr:`PyInterpreterState *`) (#97777)
:c:type:`PyInterpreterState *` -> :c:expr:`PyInterpreterState *`
This commit is contained in:
parent
510baa429a
commit
4ebb025031
|
@ -1023,7 +1023,7 @@ code, or when embedding the Python interpreter:
|
|||
.. c:type:: PyThreadState
|
||||
|
||||
This data structure represents the state of a single thread. The only public
|
||||
data member is :attr:`interp` (:c:type:`PyInterpreterState *`), which points to
|
||||
data member is :attr:`interp` (:c:expr:`PyInterpreterState *`), which points to
|
||||
this thread's interpreter state.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue