Kaydet (Commit) 9643c670 authored tarafından Fred Drake's avatar Fred Drake

Fix the synopsis.

Change one \code{} to \samp{}.
üst b44e7533
\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}{}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment