summaryrefslogtreecommitdiff
path: root/Doc/library/profile.rst
diff options
context:
space:
mode:
authorINADA Naoki <methane@users.noreply.github.com>2017-03-22 16:56:36 +0900
committerGitHub <noreply@github.com>2017-03-22 16:56:36 +0900
commitbd3d8ba3b22da0bad018b53a3e6610ae03c5aa49 (patch)
treed6db4f36a09d5c66c653421b442b8012ec6152f5 /Doc/library/profile.rst
parent75b6cf879fab58c0576d5415eaf38d92bfd678ab (diff)
downloadcpython-git-bd3d8ba3b22da0bad018b53a3e6610ae03c5aa49.tar.gz
doc: minor fix for library/profile (GH-761)
Diffstat (limited to 'Doc/library/profile.rst')
-rw-r--r--Doc/library/profile.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/profile.rst b/Doc/library/profile.rst
index bd67fe486a..b4b1479e2c 100644
--- a/Doc/library/profile.rst
+++ b/Doc/library/profile.rst
@@ -85,11 +85,11 @@ next line: ``Ordered by: standard name``, indicates that the text string in the
far right column was used to sort the output. The column headings include:
ncalls
- for the number of calls,
+ for the number of calls.
tottime
- for the total time spent in the given function (and excluding time made in
- calls to sub-functions)
+ for the total time spent in the given function (and excluding time made in
+ calls to sub-functions)
percall
is the quotient of ``tottime`` divided by ``ncalls``