Kaydet (Commit) 3730453e authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Typo fixes

üst 7f03ea77
...@@ -18,12 +18,12 @@ in C, it should result in a much smaller performance impact than the existing ...@@ -18,12 +18,12 @@ in C, it should result in a much smaller performance impact than the existing
.. note:: .. note::
The :mod:`hotshot` module focuses on minimizing the overhead while profiling, at 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 recommended to use :mod:`cProfile` instead. :mod:`hotshot` is not maintained and
might be removed from the standard library in the future. might be removed from the standard library in the future.
.. versionchanged:: 2.5 .. 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. contained a critical bug.
.. warning:: .. warning::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment