We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 799f848 commit ddc0fa3Copy full SHA for ddc0fa3
Doc/c-api/init.rst
@@ -1155,7 +1155,7 @@ All of the following functions must be called after :c:func:`Py_Initialize`.
1155
1156
.. versionadded:: 3.9
1157
1158
-.. c:function:: void _PyInterpreterState_SetEvalFrameFunc(PyInterpreterState *interp, _PyFrameEvalFunction eval_frame);
+.. c:function:: void _PyInterpreterState_SetEvalFrameFunc(PyInterpreterState *interp, _PyFrameEvalFunction eval_frame)
1159
1160
Set the frame evaluation function.
1161
0 commit comments