mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
[doc]: Fix missing space in c-api/init.rst and add rstlint rule (GH-28988)
This commit is contained in:
parent
975b94b9de
commit
bda69abe84
2 changed files with 14 additions and 7 deletions
|
@ -1177,7 +1177,7 @@ All of the following functions must be called after :c:func:`Py_Initialize`.
|
|||
|
||||
Suspend tracing and profiling in the Python thread state *tstate*.
|
||||
|
||||
Resume them using the:c:func:`PyThreadState_LeaveTracing` function.
|
||||
Resume them using the :c:func:`PyThreadState_LeaveTracing` function.
|
||||
|
||||
.. versionadded:: 3.11
|
||||
|
||||
|
@ -1185,7 +1185,7 @@ All of the following functions must be called after :c:func:`Py_Initialize`.
|
|||
.. c:function:: void PyThreadState_LeaveTracing(PyThreadState *tstate)
|
||||
|
||||
Resume tracing and profiling in the Python thread state *tstate* suspended
|
||||
by the:c:func:`PyThreadState_EnterTracing` function.
|
||||
by the :c:func:`PyThreadState_EnterTracing` function.
|
||||
|
||||
See also :c:func:`PyEval_SetTrace` and :c:func:`PyEval_SetProfile`
|
||||
functions.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue