summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2008-06-13 19:38:18 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2008-06-13 19:38:18 (GMT)
commit3730453edd9aa1fff8a5a85167459e1ad0693654 (patch)
tree03167683091c1d6c4c216c94f013adee3bfa255e /Doc/library
parent7f03ea77bf43257789469b5cbc16982eb0a63b0f (diff)
downloadcpython-3730453edd9aa1fff8a5a85167459e1ad0693654.zip
cpython-3730453edd9aa1fff8a5a85167459e1ad0693654.tar.gz
cpython-3730453edd9aa1fff8a5a85167459e1ad0693654.tar.bz2
Typo fixes
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/hotshot.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/hotshot.rst b/Doc/library/hotshot.rst
index dbd9355..21c76a9 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::