]> granicus.if.org Git - python/commitdiff
Patch #1377848: typo in pyexpat docs
authorGeorg Brandl <georg@python.org>
Fri, 16 Dec 2005 19:23:33 +0000 (19:23 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 16 Dec 2005 19:23:33 +0000 (19:23 +0000)
Doc/lib/libpyexpat.tex

index 1feb01ca71cf21fed1074f7ed3cb88dfd0fe737b..83581ec9a6519a04202b6b0700551e8322b5c842 100644 (file)
@@ -417,7 +417,7 @@ the leading `\code{<!-}\code{-}' and trailing `\code{-}\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}