From: Georg Brandl Date: Fri, 16 Dec 2005 19:23:33 +0000 (+0000) Subject: Patch #1377848: typo in pyexpat docs X-Git-Tag: v2.5a0~1018 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=08caadcce39d95bcc2ecbde48ed97b9af677d8a9;p=python Patch #1377848: typo in pyexpat docs --- diff --git a/Doc/lib/libpyexpat.tex b/Doc/lib/libpyexpat.tex index 1feb01ca71..83581ec9a6 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}