]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
fix typo
authorFred Drake <fdrake@acm.org>
Wed, 17 Dec 2003 23:12:15 +0000 (23:12 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 17 Dec 2003 23:12:15 +0000 (23:12 +0000)
Doc/lib/libhtmlparser.tex

index ce983f3e956f1f51fdf3790996f37eaea7bb9af7..a202df5d2b0f9c810396839bccff4a9c49a8b68b 100644 (file)
@@ -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}