Fix the synopsis.

Change one \code{} to \samp{}.
This commit is contained in:
Fred Drake 1998-07-27 22:06:12 +00:00
parent b44e75339a
commit 9643c6706f

View file

@ -1,14 +1,13 @@
\section{Standard Module \module{threading}} \section{Standard Module \module{threading}}
\declaremodule{standard}{threading} \declaremodule{standard}{threading}
\modulesynopsis{None} \modulesynopsis{Higher-level threading interfaces.}
This module constructs higher-level threading interfaces on top of the This module constructs higher-level threading interfaces on top of the
lower level lower level \module{thread} module.
\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: defines the following functions and objects:
\begin{funcdesc}{activeCount}{} \begin{funcdesc}{activeCount}{}