summaryrefslogtreecommitdiff
path: root/Doc/lib/libthread.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-08-10 19:42:37 +0000
committerFred Drake <fdrake@acm.org>1998-08-10 19:42:37 +0000
commit295da24eafd9c3bb9326d62a1a2e822059698b2b (patch)
tree4c2db5606fae7ebe7ad991295426a82c11c1d2f6 /Doc/lib/libthread.tex
parent62e436955b51c47ee9a84077a448ae3d7b2a59ce (diff)
downloadcpython-git-295da24eafd9c3bb9326d62a1a2e822059698b2b.tar.gz
New section header style.
Fix up a few synopses.
Diffstat (limited to 'Doc/lib/libthread.tex')
-rw-r--r--Doc/lib/libthread.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/lib/libthread.tex b/Doc/lib/libthread.tex
index 2e55b4173a..df87118b65 100644
--- a/Doc/lib/libthread.tex
+++ b/Doc/lib/libthread.tex
@@ -1,7 +1,8 @@
-\section{Built-in Module \module{thread}}
+\section{\module{thread} ---
+ Multiple threads of control.}
\declaremodule{builtin}{thread}
-\modulesynopsis{Create multiple threads of control within one namespace.}
+\modulesynopsis{Create multiple threads of control within one interpreter.}
This module provides low-level primitives for working with multiple