Skip to content

Commit 868f75b

Browse files
AA-Turnermiss-islington
authored andcommitted
gh-93738: Documentation C syntax (:c:type:PyInterpreterState * -> :c:expr:PyInterpreterState *) (GH-97777)
:c:type:`PyInterpreterState *` -> :c:expr:`PyInterpreterState *` (cherry picked from commit 4ebb025) Co-authored-by: Adam Turner <[email protected]>
1 parent a980daf commit 868f75b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/init.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ code, or when embedding the Python interpreter:
867867
.. c:type:: PyThreadState
868868
869869
This data structure represents the state of a single thread. The only public
870-
data member is :attr:`interp` (:c:type:`PyInterpreterState *`), which points to
870+
data member is :attr:`interp` (:c:expr:`PyInterpreterState *`), which points to
871871
this thread's interpreter state.
872872
873873

0 commit comments

Comments
 (0)