diff options
author | Fred Drake <fdrake@acm.org> | 2002-12-30 23:00:36 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-12-30 23:00:36 (GMT) |
commit | 740f80029c54ec9db1e1b9c8404f698e3be115e5 (patch) | |
tree | fe30a57922744624c710473db65589045fe1d720 /Doc/lib/libdummythreading.tex | |
parent | a3b895323385762c3c1a0be65c1e752ddee069f6 (diff) | |
download | cpython-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/libdummythreading.tex')
-rw-r--r-- | Doc/lib/libdummythreading.tex | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Doc/lib/libdummythreading.tex b/Doc/lib/libdummythreading.tex index 7eb7076..874f596 100644 --- a/Doc/lib/libdummythreading.tex +++ b/Doc/lib/libdummythreading.tex @@ -1,12 +1,12 @@ -\section{\module{dummy_thread} --- +\section{\module{dummy_threading} --- Drop-in replacement for the \module{threading} module} \declaremodule[dummythreading]{standard}{dummy_threading} -\modulesynopsis{Drop-in replacement for the threading module.} +\modulesynopsis{Drop-in replacement for the \refmodule{threading} module.} -This module provides a duplicate interface to the \refmodule{threading} module. It -is meant to be imported when the \module{threading} module is not provided on a -platform. +This module provides a duplicate interface to the +\refmodule{threading} module. It is meant to be imported when the +\refmodule{thread} module is not provided on a platform. Suggested usage is: |