mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
Fix the synopsis.
Change one \code{} to \samp{}.
This commit is contained in:
parent
b44e75339a
commit
9643c6706f
1 changed files with 4 additions and 5 deletions
|
@ -1,14 +1,13 @@
|
|||
\section{Standard Module \module{threading}}
|
||||
\declaremodule{standard}{threading}
|
||||
|
||||
\modulesynopsis{None}
|
||||
\modulesynopsis{Higher-level threading interfaces.}
|
||||
|
||||
|
||||
This module constructs higher-level threading interfaces on top of the
|
||||
lower level
|
||||
\module{thread} module.
|
||||
This module constructs higher-level threading interfaces on top of the
|
||||
lower level \module{thread} module.
|
||||
|
||||
This module is safe for use with \code{from threading import *}. It
|
||||
This module is safe for use with \samp{from threading import *}. It
|
||||
defines the following functions and objects:
|
||||
|
||||
\begin{funcdesc}{activeCount}{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue