File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,16 +91,16 @@ \section{\module{threading} ---
9191\end {classdesc* }
9292
9393\begin {funcdesc }{settrace}{func}
94- Set a trace function \index {trace function} for all threads started
94+ Set a trace function\index {trace function} for all threads started
9595from the \module {threading} module. The \var {func} will be passed to
96- \cfuntion {sys.settrace} for each thread, before its \method {run}
96+ \function {sys.settrace() } for each thread, before its \method {run() }
9797method is called.
9898\end {funcdesc }
9999
100100\begin {funcdesc }{setprofile}{func}
101- Set a profile function \index {profile function} for all threads started
101+ Set a profile function\index {profile function} for all threads started
102102from the \module {threading} module. The \var {func} will be passed to
103- \cfuntion {sys.setprofile} for each thread, before its \method {run}
103+ \function {sys.setprofile() } for each thread, before its \method {run() }
104104method is called.
105105\end {funcdesc }
106106
You can’t perform that action at this time.
0 commit comments