mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue