mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Use \refmodule when we say "use the XXX module instead".
For the whatsound module, point to sndhdr.
This commit is contained in:
parent
da94374a86
commit
e36e4e6778
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue