Skip to content

Commit 1014686

Browse files
committed
Remove an unneeded footnote.
1 parent a14a06f commit 1014686

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

Doc/library/profile.rst

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -607,13 +607,10 @@ The resulting profiler will then call :func:`your_time_func`.
607607
best results with a custom timer, it might be necessary to hard-code it in the C
608608
source of the internal :mod:`_lsprof` module.
609609

610-
.. rubric:: Footnotes
611610

612-
.. [#] Updated and converted to LaTeX by Guido van Rossum. Further updated by Armin
613-
Rigo to integrate the documentation for the new :mod:`cProfile` module of Python
614-
2.5.
611+
.. rubric:: Footnotes
615612

616-
.. [#] Prior to Python 2.2, it was necessary to edit the profiler source code to embed
617-
the bias as a literal number. You still can, but that method is no longer
613+
.. [#] Prior to Python 2.2, it was necessary to edit the profiler source code to
614+
embed the bias as a literal number. You still can, but that method is no longer
618615
described, because no longer needed.
619616

0 commit comments

Comments
 (0)