diff options
author | Georg Brandl <georg@python.org> | 2008-02-22 12:31:45 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-02-22 12:31:45 (GMT) |
commit | 907a720f894a7b267e15b3bb1ba39f2d8677c0fe (patch) | |
tree | 35117e67e538ba92d38b987683440fee89ad93cc /Doc/library/profile.rst | |
parent | a14a4e8b84093184fefc908b241523915893850d (diff) | |
download | cpython-907a720f894a7b267e15b3bb1ba39f2d8677c0fe.zip cpython-907a720f894a7b267e15b3bb1ba39f2d8677c0fe.tar.gz cpython-907a720f894a7b267e15b3bb1ba39f2d8677c0fe.tar.bz2 |
A lot more typo fixes by Ori Avtalion.
Diffstat (limited to 'Doc/library/profile.rst')
-rw-r--r-- | Doc/library/profile.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/profile.rst b/Doc/library/profile.rst index fe54da2..0b68832 100644 --- a/Doc/library/profile.rst +++ b/Doc/library/profile.rst @@ -531,7 +531,7 @@ The :class:`Stats` Class non-parenthesized number repeats the cumulative time spent in the function at the right. - * With :mod:`cProfile`, each caller is preceeded by three numbers: the number of + * With :mod:`cProfile`, each caller is preceded by three numbers: the number of times this specific call was made, and the total and cumulative times spent in the current function while it was invoked by this specific caller. |