Skip to content

Commit bd3d8ba

Browse files
authored
doc: minor fix for library/profile (pythonGH-761)
1 parent 75b6cf8 commit bd3d8ba

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)