mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Fixed latex2html weirdness for a footnote.
This commit is contained in:
parent
9aa8543c84
commit
52e2d51ef3
1 changed files with 2 additions and 2 deletions
|
@ -1294,8 +1294,8 @@ checking.
|
|||
|
||||
The C function calling mechanism guarantees that the argument list
|
||||
passed to C functions (\code{args} in the examples) is never
|
||||
\NULL{} --- in fact it guarantees that it is always a tuple.%
|
||||
\footnote{These guarantees don't hold when you use the ``old'' style
|
||||
\NULL{} --- in fact it guarantees that it is always a tuple.\footnote{
|
||||
These guarantees don't hold when you use the ``old'' style
|
||||
calling convention --- this is still found in much existing code.}
|
||||
|
||||
It is a severe error to ever let a \NULL{} pointer ``escape'' to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue