From ed3fc494163adab97ff94918e54c34bcdd08ebdd Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 17 Dec 2003 23:12:15 +0000 Subject: fix typo --- Doc/lib/libhtmlparser.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libhtmlparser.tex b/Doc/lib/libhtmlparser.tex index ce983f3..a202df5 100644 --- a/Doc/lib/libhtmlparser.tex +++ b/Doc/lib/libhtmlparser.tex @@ -132,7 +132,7 @@ is intended to be overridden by a derived class; the base class implementation does nothing. \note{The \class{HTMLParser} class uses the SGML syntactic rules for -processing instruction. An XHTML processing instruction using the +processing instructions. An XHTML processing instruction using the trailing \character{?} will cause the \character{?} to be included in \var{data}.} \end{methoddesc} -- cgit v0.12