]> granicus.if.org Git - python/commitdiff
doc: minor fix for library/profile (GH-761)
authorINADA Naoki <methane@users.noreply.github.com>
Wed, 22 Mar 2017 07:56:36 +0000 (16:56 +0900)
committerGitHub <noreply@github.com>
Wed, 22 Mar 2017 07:56:36 +0000 (16:56 +0900)
Doc/library/profile.rst

index bd67fe486abf7779f15c8881561299337e39b894..b4b1479e2ceba4cae1be62ca10507be83167befd 100644 (file)
@@ -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``