Skip to content

Commit

Permalink
gh-93738: Documentation C syntax (:c:type:PyInterpreterState * -> :…
Browse files Browse the repository at this point in the history
…c:expr:`PyInterpreterState *`) (#97777)

:c:type:`PyInterpreterState *` -> :c:expr:`PyInterpreterState *`
  • Loading branch information
AA-Turner authored Oct 4, 2022
1 parent 510baa4 commit 4ebb025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/c-api/init.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4ebb025

Please sign in to comment.