diff options
author | Georg Brandl <georg@python.org> | 2005-12-16 19:23:45 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2005-12-16 19:23:45 (GMT) |
commit | 84eebf3d2a3671808d44caeb2013be06aa8a15c9 (patch) | |
tree | 83a503d77acf5f3146bf8fd6cf7cd11692c26839 /Doc | |
parent | 4e3335d4a22a54a877542dcd0eec55359c62fb9d (diff) | |
download | cpython-84eebf3d2a3671808d44caeb2013be06aa8a15c9.zip cpython-84eebf3d2a3671808d44caeb2013be06aa8a15c9.tar.gz cpython-84eebf3d2a3671808d44caeb2013be06aa8a15c9.tar.bz2 |
Patch #1377848: typo in pyexpat docs
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libpyexpat.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libpyexpat.tex b/Doc/lib/libpyexpat.tex index 1feb01c..83581ec 100644 --- a/Doc/lib/libpyexpat.tex +++ b/Doc/lib/libpyexpat.tex @@ -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} |