Skip to content

Commit 8236222

Browse files
gh-102994: Profile docs has typo in example (GH-103074)
(cherry picked from commit 55decb7) Co-authored-by: Nouran Ali <[email protected]>
1 parent 0854bdf commit 8236222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/profile.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ 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 name``, indicates that the text string in the
85+
next line: ``Ordered by: cumulative time``, indicates that the text string in the
8686
far right column was used to sort the output. The column headings include:
8787

8888
ncalls

0 commit comments

Comments
 (0)