From 9643c6706fb7d64d148ea323aa9f46e1bbbaee6e Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 27 Jul 1998 22:06:12 +0000 Subject: Fix the synopsis. Change one \code{} to \samp{}. --- Doc/lib/libthreading.tex | 9 ++++----- 1 file 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}{} -- cgit v0.12