We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0854bdf commit 8236222Copy full SHA for 8236222
Doc/library/profile.rst
@@ -82,7 +82,7 @@ the following::
82
83
The first line indicates that 214 calls were monitored. Of those calls, 207
84
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
+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:
87
88
ncalls
0 commit comments