]> granicus.if.org Git - python/commitdiff
Fixed latex2html weirdness for a footnote.
authorFred Drake <fdrake@acm.org>
Mon, 5 Apr 1999 21:26:37 +0000 (21:26 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 5 Apr 1999 21:26:37 +0000 (21:26 +0000)
Doc/ext/ext.tex

index 283e2848ec1fa8370d766baa541341b1c88b609a..6ca74f9ef126ebc1d7b37e39788293963fc2a25c 100644 (file)
@@ -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