diff options
author | Georg Brandl <georg@python.org> | 2012-07-01 07:40:16 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-07-01 07:40:16 (GMT) |
commit | 1014686d764b6a1c78de123aa716cdd7c176bc81 (patch) | |
tree | 39c1093b211ff8e8e896a47b6d54ad97c57228f6 | |
parent | a14a06fe0e335f282a1b8ab016b5ce4cbbe2dcb8 (diff) | |
download | cpython-1014686d764b6a1c78de123aa716cdd7c176bc81.zip cpython-1014686d764b6a1c78de123aa716cdd7c176bc81.tar.gz cpython-1014686d764b6a1c78de123aa716cdd7c176bc81.tar.bz2 |
Remove an unneeded footnote.
-rw-r--r-- | Doc/library/profile.rst | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/Doc/library/profile.rst b/Doc/library/profile.rst index 0113178..165eafa 100644 --- a/Doc/library/profile.rst +++ b/Doc/library/profile.rst @@ -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. |