Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit aa7893b

Browse filesBrowse files
miss-islingtonAA-Turner
authored andcommitted
[3.11] gh-93738: Documentation C syntax (:c:type:PyInterpreterState * -> :c:expr:PyInterpreterState *) (GH-97777) (#97865)
:c:type:`PyInterpreterState *` -> :c:expr:`PyInterpreterState *` (cherry picked from commit 4ebb025) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
1 parent 5137002 commit aa7893b
Copy full SHA for aa7893b

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎Doc/c-api/init.rst

Copy file name to clipboardExpand all lines: Doc/c-api/init.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -914,7 +914,7 @@ code, or when embedding the Python interpreter:
914914
.. c:type:: PyThreadState
915915
916916
This data structure represents the state of a single thread. The only public
917-
data member is :attr:`interp` (:c:type:`PyInterpreterState *`), which points to
917+
data member is :attr:`interp` (:c:expr:`PyInterpreterState *`), which points to
918918
this thread's interpreter state.
919919
920920

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.