diff options
Diffstat (limited to 'Doc/lib/libmisc.tex')
-rw-r--r-- | Doc/lib/libmisc.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/lib/libmisc.tex b/Doc/lib/libmisc.tex index 2493e32..f895ef5 100644 --- a/Doc/lib/libmisc.tex +++ b/Doc/lib/libmisc.tex @@ -1,4 +1,5 @@ \chapter{Miscellaneous Services} +\label{misc} The modules described in this chapter provide miscellaneous services that are available in all Python versions. Here's an overview: @@ -6,7 +7,7 @@ that are available in all Python versions. Here's an overview: \begin{description} \item[math] ---- Mathematical functions (\code{sin()} etc.). +--- Mathematical functions (\function{sin()} etc.). \item[cmath] --- Mathematical functions for complex numbers. |