summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorINADA Naoki <methane@users.noreply.github.com>2017-03-22 08:14:03 (GMT)
committerGitHub <noreply@github.com>2017-03-22 08:14:03 (GMT)
commitc0f3e21a23356133c30926b6cdf3e0e70cbc8486 (patch)
tree6bbaa9a48a352af95a34f69df86f07a27235e579 /Doc/library
parent72c51136c6269112f4c37ef14f972c89b92c272c (diff)
downloadcpython-c0f3e21a23356133c30926b6cdf3e0e70cbc8486.zip
cpython-c0f3e21a23356133c30926b6cdf3e0e70cbc8486.tar.gz
cpython-c0f3e21a23356133c30926b6cdf3e0e70cbc8486.tar.bz2
doc: minor fix for library/profile (GH-766)
(cherry picked from commit bd3d8ba3b22da0bad018b53a3e6610ae03c5aa49)
Diffstat (limited to 'Doc/library')
-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 bd67fe4..b4b1479 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``