mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Fixed latex2html weirdness with footnotes.
This commit is contained in:
parent
45b0aeda3c
commit
ea003fcc2a
5 changed files with 42 additions and 43 deletions
|
|
@ -6,8 +6,8 @@ Names for built-in exceptions and functions are found in a separate
|
|||
symbol table. This table is searched last when the interpreter looks
|
||||
up the meaning of a name, so local and global
|
||||
user-defined names can override built-in names. Built-in types are
|
||||
described together here for easy reference.%
|
||||
\footnote{Most descriptions sorely lack explanations of the exceptions
|
||||
described together here for easy reference.\footnote{
|
||||
Most descriptions sorely lack explanations of the exceptions
|
||||
that may be raised --- this will be fixed in a future version of
|
||||
this manual.}
|
||||
\indexii{built-in}{types}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue