Skip to content

Commit d7df9e6

Browse files
authored
doc: minor fix for library/profile (GH-767)
(cherry picked from commit bd3d8ba)
1 parent cb4beb6 commit d7df9e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/profile.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@ next line: ``Ordered by: standard name``, indicates that the text string in the
8585
far right column was used to sort the output. The column headings include:
8686

8787
ncalls
88-
for the number of calls,
88+
for the number of calls.
8989

9090
tottime
91-
for the total time spent in the given function (and excluding time made in
92-
calls to sub-functions)
91+
for the total time spent in the given function (and excluding time made in
92+
calls to sub-functions)
9393

9494
percall
9595
is the quotient of ``tottime`` divided by ``ncalls``

0 commit comments

Comments
 (0)