From: Georg Brandl Date: Fri, 16 Dec 2005 19:23:45 +0000 (+0000) Subject: Patch #1377848: typo in pyexpat docs X-Git-Tag: v2.4.3c1~187 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=84eebf3d2a3671808d44caeb2013be06aa8a15c9;p=thirdparty%2FPython%2Fcpython.git Patch #1377848: typo in pyexpat docs --- diff --git a/Doc/lib/libpyexpat.tex b/Doc/lib/libpyexpat.tex index 1feb01ca71cf..83581ec9a651 100644 --- a/Doc/lib/libpyexpat.tex +++ b/Doc/lib/libpyexpat.tex @@ -417,7 +417,7 @@ the leading `\code{}'. \begin{methoddesc}[xmlparser]{StartCdataSectionHandler}{} Called at the start of a CDATA section. This and -\member{StartCdataSectionHandler} are needed to be able to identify +\member{EndCdataSectionHandler} are needed to be able to identify the syntactical start and end for CDATA sections. \end{methoddesc}