Update init.rst

Removed stray semicolon
This commit is contained in:
Ken Jin 2020-12-28 14:20:35 +08:00 committed by GitHub
parent 897387d2c8
commit 6c9916dfdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1192,7 +1192,7 @@ All of the following functions must be called after :c:func:`Py_Initialize`.
.. versionadded:: 3.9 .. versionadded:: 3.9
.. c:function:: void _PyInterpreterState_SetEvalFrameFunc(PyInterpreterState *interp, _PyFrameEvalFunction eval_frame); .. c:function:: void _PyInterpreterState_SetEvalFrameFunc(PyInterpreterState *interp, _PyFrameEvalFunction eval_frame)
Set the frame evaluation function. Set the frame evaluation function.