[Python-checkins] r64253 - python/trunk/Doc/library/hotshot.rst

andrew.kuchling python-checkins at python.org
Fri Jun 13 21:38:19 CEST 2008


Author: andrew.kuchling
Date: Fri Jun 13 21:38:18 2008
New Revision: 64253

Log:
Typo fixes

Modified:
   python/trunk/Doc/library/hotshot.rst

Modified: python/trunk/Doc/library/hotshot.rst
==============================================================================
--- python/trunk/Doc/library/hotshot.rst	(original)
+++ python/trunk/Doc/library/hotshot.rst	Fri Jun 13 21:38:18 2008
@@ -18,12 +18,12 @@
 .. 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::


More information about the Python-checkins mailing list