summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libdummythread.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-12-30 23:00:36 (GMT)
committerFred Drake <fdrake@acm.org>2002-12-30 23:00:36 (GMT)
commit740f80029c54ec9db1e1b9c8404f698e3be115e5 (patch)
treefe30a57922744624c710473db65589045fe1d720 /Doc/lib/libdummythread.tex
parenta3b895323385762c3c1a0be65c1e752ddee069f6 (diff)
downloadcpython-740f80029c54ec9db1e1b9c8404f698e3be115e5.zip
cpython-740f80029c54ec9db1e1b9c8404f698e3be115e5.tar.gz
cpython-740f80029c54ec9db1e1b9c8404f698e3be115e5.tar.bz2
- fix use of \refmodule markup
- correct some module names, add hyperlinks - wrap some long lines
Diffstat (limited to 'Doc/lib/libdummythread.tex')
-rw-r--r--Doc/lib/libdummythread.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/lib/libdummythread.tex b/Doc/lib/libdummythread.tex
index 56e3a03..f6b4c56 100644
--- a/Doc/lib/libdummythread.tex
+++ b/Doc/lib/libdummythread.tex
@@ -2,11 +2,11 @@
Drop-in replacement for the \module{thread} module}
\declaremodule[dummythread]{standard}{dummy_thread}
-\modulesynopsis{Drop-in replacement for the thread module.}
+\modulesynopsis{Drop-in replacement for the \refmodule{thread} module.}
-This module provides a duplicate interface to the \refmodule{thread} module. It
-is meant to be imported when the \module{thread} module is not provided on a
-platform.
+This module provides a duplicate interface to the \refmodule{thread}
+module. It is meant to be imported when the \refmodule{thread} module
+is not provided on a platform.
Suggested usage is: