summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2003-12-07 12:46:16 (GMT)
committerRaymond Hettinger <python@rcn.com>2003-12-07 12:46:16 (GMT)
commit295530585bc749b341a5de83c9fed64d2f18e030 (patch)
tree72d8dba9a91677412e52a8471c4f65bedc62352d /Doc
parent2619c9ec896810291b1d4e1277e496caa5995d86 (diff)
downloadcpython-295530585bc749b341a5de83c9fed64d2f18e030.zip
cpython-295530585bc749b341a5de83c9fed64d2f18e030.tar.gz
cpython-295530585bc749b341a5de83c9fed64d2f18e030.tar.bz2
Fix double hyphen markup.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libhtmlparser.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/libhtmlparser.tex b/Doc/lib/libhtmlparser.tex
index b6b8c98..3912653 100644
--- a/Doc/lib/libhtmlparser.tex
+++ b/Doc/lib/libhtmlparser.tex
@@ -109,9 +109,9 @@ base class implementation does nothing.
\begin{methoddesc}{handle_comment}{data}
This method is called when a comment is encountered. The
\var{comment} argument is a string containing the text between the
-\samp{<!-\-} and \samp{-\->} delimiters, but not the delimiters
-themselves. For example, the comment \samp{<!--text-->} will cause
-this method to be called with the argument \code{'text'}. It is
+\samp{{-}{-}} and \samp{{-}{-}} delimiters, but not the delimiters
+themselves. For example, the comment \samp{<!{-}{-}text{-}{-}>} will
+cause this method to be called with the argument \code{'text'}. It is
intended to be overridden by a derived class; the base class
implementation does nothing.
\end{methoddesc}