Skip to content

Commit 4ebb025

Browse files
authored
pythongh-93738: Documentation C syntax (:c:type:PyInterpreterState * -> :c:expr:PyInterpreterState *) (python#97777)
:c:type:`PyInterpreterState *` -> :c:expr:`PyInterpreterState *`
1 parent 510baa4 commit 4ebb025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/init.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@ code, or when embedding the Python interpreter:
10231023
.. c:type:: PyThreadState
10241024
10251025
This data structure represents the state of a single thread. The only public
1026-
data member is :attr:`interp` (:c:type:`PyInterpreterState *`), which points to
1026+
data member is :attr:`interp` (:c:expr:`PyInterpreterState *`), which points to
10271027
this thread's interpreter state.
10281028
10291029

0 commit comments

Comments
 (0)