]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove an unneeded footnote.
authorGeorg Brandl <georg@python.org>
Sun, 1 Jul 2012 07:40:16 +0000 (09:40 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 1 Jul 2012 07:40:16 +0000 (09:40 +0200)
Doc/library/profile.rst

index 0113178b176435c6caa66d76125d83b812c469d5..165eafa9fd47899392485906cd2ef403994af16d 100644 (file)
@@ -607,13 +607,10 @@ The resulting profiler will then call :func:`your_time_func`.
    best results with a custom timer, it might be necessary to hard-code it in the C
    source of the internal :mod:`_lsprof` module.
 
-.. rubric:: Footnotes
 
-.. [#] Updated and converted to LaTeX by Guido van Rossum. Further updated by Armin
-   Rigo to integrate the documentation for the new :mod:`cProfile` module of Python
-   2.5.
+.. rubric:: Footnotes
 
-.. [#] Prior to Python 2.2, it was necessary to edit the profiler source code to embed
-   the bias as a literal number.  You still can, but that method is no longer
+.. [#] Prior to Python 2.2, it was necessary to edit the profiler source code to
+   embed the bias as a literal number.  You still can, but that method is no longer
    described, because no longer needed.