diff options
author | Fred Drake <fdrake@acm.org> | 1999-04-05 21:26:37 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-04-05 21:26:37 (GMT) |
commit | 52e2d51ef3015168fa34c8a6b4aa8c9d6835ef2e (patch) | |
tree | efd092b9e77d6742126ca1472c40071e417467f7 /Doc | |
parent | 9aa8543c842d08f24ccc5a707fd557d8c4c84cc4 (diff) | |
download | cpython-52e2d51ef3015168fa34c8a6b4aa8c9d6835ef2e.zip cpython-52e2d51ef3015168fa34c8a6b4aa8c9d6835ef2e.tar.gz cpython-52e2d51ef3015168fa34c8a6b4aa8c9d6835ef2e.tar.bz2 |
Fixed latex2html weirdness for a footnote.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/ext/ext.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/ext/ext.tex b/Doc/ext/ext.tex index 283e284..6ca74f9 100644 --- a/Doc/ext/ext.tex +++ b/Doc/ext/ext.tex @@ -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 |