summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libprofile.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-04-05 21:59:15 (GMT)
committerFred Drake <fdrake@acm.org>1999-04-05 21:59:15 (GMT)
commitea003fcc2abcee4c79b4e9ce98da0c5ef69fd47d (patch)
tree1f958821f6ddcf68e261f4882b0a2edec9ac6fd2 /Doc/lib/libprofile.tex
parent45b0aeda3ced8c05638ce6c6a56a9c370184b90e (diff)
downloadcpython-ea003fcc2abcee4c79b4e9ce98da0c5ef69fd47d.zip
cpython-ea003fcc2abcee4c79b4e9ce98da0c5ef69fd47d.tar.gz
cpython-ea003fcc2abcee4c79b4e9ce98da0c5ef69fd47d.tar.bz2
Fixed latex2html weirdness with footnotes.
Diffstat (limited to 'Doc/lib/libprofile.tex')
-rw-r--r--Doc/lib/libprofile.tex24
1 files changed, 11 insertions, 13 deletions
diff --git a/Doc/lib/libprofile.tex b/Doc/lib/libprofile.tex
index 421812a..47ff394 100644
--- a/Doc/lib/libprofile.tex
+++ b/Doc/lib/libprofile.tex
@@ -1,14 +1,13 @@
-\chapter{The Python Profiler}
-\label{profile}
+\chapter{The Python Profiler \label{profile}}
+
+\sectionauthor{James Roskind}{}
Copyright \copyright{} 1994, by InfoSeek Corporation, all rights reserved.
\index{InfoSeek Corporation}
-Written by James Roskind\index{Roskind, James}.%
-\footnote{
-Updated and converted to \LaTeX\ by Guido van Rossum. The references to
-the old profiler are left in the text, although it no longer exists.
-}
+Written by James Roskind.\footnote{
+ Updated and converted to \LaTeX\ by Guido van Rossum. The references to
+ the old profiler are left in the text, although it no longer exists.}
Permission to use, copy, modify, and distribute this Python software
and its associated documentation for any purpose (subject to the
@@ -497,12 +496,11 @@ ordering are identical to the \method{print_callers()} method.
\end{methoddesc}
\begin{methoddesc}{ignore}{}
-\deprecated{1.5.1}{This is not needed in modern versions of Python.%
-\footnote{
-This was once necessary, when Python would print any unused expression
-result that was not \code{None}. The method is still defined for
-backward compatibility.
-}}
+\deprecated{1.5.1}{This is not needed in modern versions of
+Python.\footnote{
+ This was once necessary, when Python would print any unused expression
+ result that was not \code{None}. The method is still defined for
+ backward compatibility.}}
\end{methoddesc}