From 84eebf3d2a3671808d44caeb2013be06aa8a15c9 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 16 Dec 2005 19:23:45 +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 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} -- 2.47.3