mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
avoid ugly markup based on the unfortunate conversions of ">>" and "<<" to
guillemets; no need for magic here
This commit is contained in:
parent
f863609cd6
commit
f25fa6ddb9
14 changed files with 23 additions and 23 deletions
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue