]> granicus.if.org Git - python/commitdiff
Fix the synopsis.
authorFred Drake <fdrake@acm.org>
Mon, 27 Jul 1998 22:06:12 +0000 (22:06 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 27 Jul 1998 22:06:12 +0000 (22:06 +0000)
Change one \code{} to \samp{}.

Doc/lib/libthreading.tex

index 6808ea9750608b1a085ac544a4f38592cec50fde..928b422b58b2f08113746f58cdbd3bcbdc02dbdf 100644 (file)
@@ -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}{}