10000 gh-110383: Fix documentation profile cumtime fix (#112221) · aisk/cpython@4a482f2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4a482f2

Browse files
aptakhinhugovk
authored andcommitted
pythongh-110383: Fix documentation profile cumtime fix (python#112221)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
1 parent 783e452 commit 4a482f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/profile.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ the following::
8282

8383
The first line indicates that 214 calls were monitored. Of those calls, 207
8484
were :dfn:`primitive`, meaning that the call was not induced via recursion. The
85-
next line: ``Ordered by: cumulative time``, indicates that the text string in the
86-
far right column was used to sort the output. The column headings include:
85+
next line: ``Ordered by: cumulative time`` indicates the output is sorted
86+
by the ``cumtime`` values. The column headings include:
8787

8888
ncalls
8989
for the number of calls.

0 commit comments

Comments
 (0)
0