summaryrefslogtreecommitdiffstats
path: root/Doc/library/profile.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-02-22 12:31:45 (GMT)
committerGeorg Brandl <georg@python.org>2008-02-22 12:31:45 (GMT)
commit907a720f894a7b267e15b3bb1ba39f2d8677c0fe (patch)
tree35117e67e538ba92d38b987683440fee89ad93cc /Doc/library/profile.rst
parenta14a4e8b84093184fefc908b241523915893850d (diff)
downloadcpython-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.rst2
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.