summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libthreading.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-07-27 22:06:12 (GMT)
committerFred Drake <fdrake@acm.org>1998-07-27 22:06:12 (GMT)
commit9643c6706fb7d64d148ea323aa9f46e1bbbaee6e (patch)
treee78ecee0620b192b8b8c4857a405e9c1448c3a91 /Doc/lib/libthreading.tex
parentb44e75339a5ec49d405a79dd202c3acc6a86654e (diff)
downloadcpython-9643c6706fb7d64d148ea323aa9f46e1bbbaee6e.zip
cpython-9643c6706fb7d64d148ea323aa9f46e1bbbaee6e.tar.gz
cpython-9643c6706fb7d64d148ea323aa9f46e1bbbaee6e.tar.bz2
Fix the synopsis.
Change one \code{} to \samp{}.
Diffstat (limited to 'Doc/lib/libthreading.tex')
-rw-r--r--Doc/lib/libthreading.tex9
1 files changed, 4 insertions, 5 deletions
diff --git a/Doc/lib/libthreading.tex b/Doc/lib/libthreading.tex
index 6808ea9..928b422 100644
--- a/Doc/lib/libthreading.tex
+++ b/Doc/lib/libthreading.tex
@@ -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}{}