Skip to content

Commit ddc0fa3

Browse files
Docs: Remove stray semicolon in init.rst (GH-23974)
Removed stray semicolon which was causing the docs to render weirdly (it's the function right under the one [here](https://docs.python.org/3/c-api/init.htmlGH-c._PyInterpreterState_GetEvalFrameFunc)). (cherry picked from commit 9712358) Co-authored-by: Ken Jin <[email protected]>
1 parent 799f848 commit ddc0fa3

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
@@ -1155,7 +1155,7 @@ All of the following functions must be called after :c:func:`Py_Initialize`.
11551155
11561156
.. versionadded:: 3.9
11571157
1158-
.. c:function:: void _PyInterpreterState_SetEvalFrameFunc(PyInterpreterState *interp, _PyFrameEvalFunction eval_frame);
1158+
.. c:function:: void _PyInterpreterState_SetEvalFrameFunc(PyInterpreterState *interp, _PyFrameEvalFunction eval_frame)
11591159
11601160
Set the frame evaluation function.
11611161

0 commit comments

Comments
 (0)