Skip to content

Commit

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

:c:type:`PyInterpreterState *` -> :c:expr:`PyInterpreterState *`
  • Loading branch information
AA-Turner authored and mpage committed Oct 11, 2022
1 parent ff43073 commit b220c7f
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 b220c7f

Please sign in to comment.