From: Fred Drake Date: Mon, 22 Feb 1999 14:14:48 +0000 (+0000) Subject: Oops, used a \label twice - fix one of them. X-Git-Tag: v1.5.2c1~296 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b63e77ccb0d7396ff6e7f892b90235602b3a3dc7;p=thirdparty%2FPython%2Fcpython.git Oops, used a \label twice - fix one of them. --- diff --git a/Doc/lib/libformatter.tex b/Doc/lib/libformatter.tex index b769350d4c07..13d0dee1d3ee 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