]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-102994: Profile docs has typo in example (#103074)
authorNouran Ali <nouranalimohammed@gmail.com>
Sun, 2 Apr 2023 22:44:16 +0000 (00:44 +0200)
committerGitHub <noreply@github.com>
Sun, 2 Apr 2023 22:44:16 +0000 (15:44 -0700)
Doc/library/profile.rst

index c2189e02656c7af14f4ee00aca8b23fb39571ed6..723f927135a0f4f811236b9954271bbe9a28973a 100644 (file)
@@ -82,7 +82,7 @@ the following::
 
 The first line indicates that 214 calls were monitored.  Of those calls, 207
 were :dfn:`primitive`, meaning that the call was not induced via recursion. The
-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
 far right column was used to sort the output. The column headings include:
 
 ncalls