diff options
author | Fred Drake <fdrake@acm.org> | 1999-01-13 17:11:52 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-01-13 17:11:52 (GMT) |
commit | e36e4e677838789273029232a7e1ea7709160fcd (patch) | |
tree | b2778a50e4219a4f9b693b881a7c36501ff74ea0 | |
parent | da94374a86065d5da7802c4e862dd8f611326551 (diff) | |
download | cpython-e36e4e677838789273029232a7e1ea7709160fcd.zip cpython-e36e4e677838789273029232a7e1ea7709160fcd.tar.gz cpython-e36e4e677838789273029232a7e1ea7709160fcd.tar.bz2 |
Use \refmodule when we say "use the XXX module instead".
For the whatsound module, point to sndhdr.
-rw-r--r-- | Doc/lib/libundoc.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex index 5d1b3ca..4420468 100644 --- a/Doc/lib/libundoc.tex +++ b/Doc/lib/libundoc.tex @@ -220,14 +220,14 @@ func.func_name, co.co_firstlineno). \item[tb.py] --- Print tracebacks, with a dump of local variables (use -\function{pdb.pm()} or \module{traceback} instead) +\function{pdb.pm()} or \refmodule{traceback} instead) \item[timingmodule] --- Measure time intervals to high resolution (use \function{time.clock()} instead). (This is an extension module.) \item[whatsound.py] ---- recognizing sound files +--- Recognize sound files; use \refmodule{sndhdr} instead. \item[zmod.py] --- Compute properties of mathematical "fields" |