diff options
author | Fred Drake <fdrake@acm.org> | 1999-10-29 17:25:59 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-10-29 17:25:59 (GMT) |
commit | 47a27b664039a01d8058d1760d836a814cd3d640 (patch) | |
tree | 200a750beed72180453cb95aea8bed641203f8fb /Doc/lib/libundoc.tex | |
parent | adf2dbfcedc0cde6ef8625cefc62b5c6cef17e9d (diff) | |
download | cpython-47a27b664039a01d8058d1760d836a814cd3d640.zip cpython-47a27b664039a01d8058d1760d836a814cd3d640.tar.gz cpython-47a27b664039a01d8058d1760d836a814cd3d640.tar.bz2 |
Make references to new filecmp module hyperlinks now that there's
documentation.
Diffstat (limited to 'Doc/lib/libundoc.tex')
-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 52219cb..2967cb8 100644 --- a/Doc/lib/libundoc.tex +++ b/Doc/lib/libundoc.tex @@ -96,11 +96,11 @@ possibly using \envvar{PYTHONPATH}. --- alternate approach to packages \item[\module{cmp}] ---- File comparison function. Use the newer \module{filecmp} instead. +--- File comparison function. Use the newer \refmodule{filecmp} instead. \item[\module{cmpcache}] --- Caching version of the obsolete \module{cmp} module. Use the -newer \module{filecmp} instead. +newer \refmodule{filecmp} instead. \item[\module{codehack}] --- Extract function name or line number from a function |