avoid ugly markup based on the unfortunate conversions of ">>" and "<<" to

guillemets; no need for magic here
This commit is contained in:
Fred Drake 2006-05-03 02:04:40 +00:00
parent f863609cd6
commit f25fa6ddb9
14 changed files with 23 additions and 23 deletions

View file

@ -132,7 +132,7 @@ implementation does nothing.
\begin{methoddesc}{handle_decl}{decl}
Method called when an SGML declaration is read by the parser. The
\var{decl} parameter will be the entire contents of the declaration
inside the \code{<!}...\code{>} markup.It is intended to be overridden
inside the \code{<!}...\code{>} markup. It is intended to be overridden
by a derived class; the base class implementation does nothing.
\end{methoddesc}