diff options
author | Georg Brandl <georg@python.org> | 2005-12-16 19:23:33 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2005-12-16 19:23:33 (GMT) |
commit | 08caadcce39d95bcc2ecbde48ed97b9af677d8a9 (patch) | |
tree | aa99950d39e3508dc34c34090c9790065e3a0a56 | |
parent | 071ae4cfca001dd5db2fe2699afa164a3053ae58 (diff) | |
download | cpython-08caadcce39d95bcc2ecbde48ed97b9af677d8a9.zip cpython-08caadcce39d95bcc2ecbde48ed97b9af677d8a9.tar.gz cpython-08caadcce39d95bcc2ecbde48ed97b9af677d8a9.tar.bz2 |
Patch #1377848: typo in pyexpat docs
-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} |