]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] gh-110383: Fix documentation profile cumtime fix (GH-112221) (#112263)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 19 Nov 2023 10:02:49 +0000 (11:02 +0100)
committerGitHub <noreply@github.com>
Sun, 19 Nov 2023 10:02:49 +0000 (10:02 +0000)
Co-authored-by: Alex Ptakhin <me@aptakhin.name>
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.