From: Fred Drake Date: Wed, 17 Dec 2003 23:12:15 +0000 (+0000) Subject: fix typo X-Git-Tag: v2.3.3~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ed3fc494163adab97ff94918e54c34bcdd08ebdd;p=thirdparty%2FPython%2Fcpython.git fix typo --- diff --git a/Doc/lib/libhtmlparser.tex b/Doc/lib/libhtmlparser.tex index ce983f3e956f..a202df5d2b0f 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}