From: Nouran Ali Date: Sun, 2 Apr 2023 22:44:16 +0000 (+0200) Subject: gh-102994: Profile docs has typo in example (#103074) X-Git-Tag: v3.12.0a7~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=55decb72c4d2e4ea00ed13da5dd0fd22cecb9083;p=thirdparty%2FPython%2Fcpython.git gh-102994: Profile docs has typo in example (#103074) --- diff --git a/Doc/library/profile.rst b/Doc/library/profile.rst index c2189e02656c..723f927135a0 100644 --- a/Doc/library/profile.rst +++ b/Doc/library/profile.rst @@ -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