diff options
Diffstat (limited to 'Doc/lib/libprofile.tex')
-rw-r--r-- | Doc/lib/libprofile.tex | 24 |
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} |