]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-110383: Fix documentation profile cumtime fix (#112221)
authorAlex Ptakhin <me@aptakhin.name>
Sun, 19 Nov 2023 09:56:54 +0000 (10:56 +0100)
committerGitHub <noreply@github.com>
Sun, 19 Nov 2023 09:56:54 +0000 (02:56 -0700)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Doc/library/profile.rst

index 4c60a1e0d781b0a18daa44f2634d049f6a0c3bd4..cc059b66fcb84b5df9baafd11d828c60a52e4de4 100644 (file)
@@ -82,8 +82,8 @@ 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 time``, indicates that the text string in the
-far right column was used to sort the output. The column headings include:
+next line: ``Ordered by: cumulative time`` indicates the output is sorted
+by the ``cumtime`` values. The column headings include:
 
 ncalls
    for the number of calls.