From: Andrew M. Kuchling Date: Fri, 13 Jun 2008 19:38:18 +0000 (+0000) Subject: Typo fixes X-Git-Tag: v2.6b1~38 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3730453edd9aa1fff8a5a85167459e1ad0693654;p=thirdparty%2FPython%2Fcpython.git Typo fixes --- diff --git a/Doc/library/hotshot.rst b/Doc/library/hotshot.rst index dbd9355069b3..21c76a988160 100644 --- a/Doc/library/hotshot.rst +++ b/Doc/library/hotshot.rst @@ -18,12 +18,12 @@ in C, it should result in a much smaller performance impact than the existing .. note:: The :mod:`hotshot` module focuses on minimizing the overhead while profiling, at - the expense of long data post-processing times. For common usages it is + the expense of long data post-processing times. For common usage it is recommended to use :mod:`cProfile` instead. :mod:`hotshot` is not maintained and might be removed from the standard library in the future. .. versionchanged:: 2.5 - the results should be more meaningful than in the past: the timing core + The results should be more meaningful than in the past: the timing core contained a critical bug. .. warning::