From 1789b8052b5d0f0fd7777cc53f56bbc4c828c820 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 18 Dec 2003 06:11:37 +0000 Subject: apply hackish work-arounds to make sure double hyphens aren't screwed up in the generated HTML (this won't be needed on the trunk) --- Doc/lib/libxmllib.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/lib/libxmllib.tex b/Doc/lib/libxmllib.tex index f7197ca..dbc4b66 100644 --- a/Doc/lib/libxmllib.tex +++ b/Doc/lib/libxmllib.tex @@ -166,8 +166,8 @@ references outside of the \ASCII{} range. \begin{methoddesc}{handle_comment}{comment} This method is called when a comment is encountered. The \var{comment} argument is a string containing the text between the -\samp{} delimiters, but not the delimiters -themselves. For example, the comment \samp{} will +\samp{} delimiters, but not the delimiters +themselves. For example, the comment \samp{} will cause this method to be called with the argument \code{'text'}. The default method does nothing. \end{methoddesc} -- cgit v0.12