From b63e77ccb0d7396ff6e7f892b90235602b3a3dc7 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 22 Feb 1999 14:14:48 +0000 Subject: [PATCH] Oops, used a \label twice - fix one of them. --- Doc/lib/libformatter.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libformatter.tex b/Doc/lib/libformatter.tex index b769350d4c..13d0dee1d3 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 -- 2.49.0