summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libformatter.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-02-22 14:14:48 (GMT)
committerFred Drake <fdrake@acm.org>1999-02-22 14:14:48 (GMT)
commitb63e77ccb0d7396ff6e7f892b90235602b3a3dc7 (patch)
tree5f194e2ed4f18bb9da28a2d868d5179615ac3ed9 /Doc/lib/libformatter.tex
parent180b68b3cfa8fdabe6fbc0a258b815414b6334dc (diff)
downloadcpython-b63e77ccb0d7396ff6e7f892b90235602b3a3dc7.zip
cpython-b63e77ccb0d7396ff6e7f892b90235602b3a3dc7.tar.gz
cpython-b63e77ccb0d7396ff6e7f892b90235602b3a3dc7.tar.bz2
Oops, used a \label twice - fix one of them.
Diffstat (limited to 'Doc/lib/libformatter.tex')
-rw-r--r--Doc/lib/libformatter.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libformatter.tex b/Doc/lib/libformatter.tex
index b769350..13d0dee 100644
--- a/Doc/lib/libformatter.tex
+++ b/Doc/lib/libformatter.tex
@@ -302,7 +302,7 @@ will only be called at the beginning of a line.
\end{methoddesc}
-\subsection{Writer Implementations \label{formatter-impls}}
+\subsection{Writer Implementations \label{writer-impls}}
Three implementations of the writer object interface are provided as
examples by this module. Most applications will need to derive new