Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5728815

Browse files
committed
Fix broken markup, & tweak a couple of things for consistency.
1 parent b676952 commit 5728815

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/lib/libthreading.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
9595
from 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()}
9797
method 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
102102
from 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()}
104104
method is called.
105105
\end{funcdesc}
106106

0 commit comments

Comments
 (0)