From: Fred Drake Date: Thu, 18 Dec 2003 06:11:37 +0000 (+0000) Subject: apply hackish work-arounds to make sure double hyphens aren't screwed X-Git-Tag: v2.3.3~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1789b8052b5d0f0fd7777cc53f56bbc4c828c820;p=thirdparty%2FPython%2Fcpython.git 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) --- diff --git a/Doc/lib/libxmllib.tex b/Doc/lib/libxmllib.tex index f7197cade04b..dbc4b66c607c 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}