summaryrefslogtreecommitdiffstats
path: root/Doc/libmisc.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-02-18 15:21:26 (GMT)
committerFred Drake <fdrake@acm.org>1998-02-18 15:21:26 (GMT)
commit55fca54ebba109e37825aad683507a18fd4f48de (patch)
tree7d4c0d4a114f759308cd881d8552dea1522849b2 /Doc/libmisc.tex
parent12918af83ee0f7b842a5806bf3f9c960fd4bd2d3 (diff)
downloadcpython-55fca54ebba109e37825aad683507a18fd4f48de.zip
cpython-55fca54ebba109e37825aad683507a18fd4f48de.tar.gz
cpython-55fca54ebba109e37825aad683507a18fd4f48de.tar.bz2
Added \label{} for logical addressing.
Logical markup.
Diffstat (limited to 'Doc/libmisc.tex')
-rw-r--r--Doc/libmisc.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/libmisc.tex b/Doc/libmisc.tex
index 2493e32..f895ef5 100644
--- a/Doc/libmisc.tex
+++ b/Doc/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.