From 08caadcce39d95bcc2ecbde48ed97b9af677d8a9 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 16 Dec 2005 19:23:33 +0000 Subject: [PATCH] Patch #1377848: typo in pyexpat docs --- Doc/lib/libpyexpat.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.40.0