mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Fix broken markup, & tweak a couple of things for consistency.
This commit is contained in:
parent
b67695238d
commit
5728815e7b
1 changed files with 4 additions and 4 deletions
|
|
@ -91,16 +91,16 @@ A thread that executes a function after a specified interval has passed.
|
|||
\end{classdesc*}
|
||||
|
||||
\begin{funcdesc}{settrace}{func}
|
||||
Set a trace function \index{trace function} for all threads started
|
||||
Set a trace function\index{trace function} for all threads started
|
||||
from the \module{threading} module. The \var{func} will be passed to
|
||||
\cfuntion{sys.settrace} for each thread, before its \method{run}
|
||||
\function{sys.settrace()} for each thread, before its \method{run()}
|
||||
method is called.
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{setprofile}{func}
|
||||
Set a profile function \index{profile function} for all threads started
|
||||
Set a profile function\index{profile function} for all threads started
|
||||
from the \module{threading} module. The \var{func} will be passed to
|
||||
\cfuntion{sys.setprofile} for each thread, before its \method{run}
|
||||
\function{sys.setprofile()} for each thread, before its \method{run()}
|
||||
method is called.
|
||||
\end{funcdesc}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue