diff options
Diffstat (limited to 'Doc/lib')
-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 |