mirror of
https://github.com/python/cpython.git
synced 2025-09-28 11:15:17 +00:00
gh-102994: Profile docs has typo in example (GH-103074)
(cherry picked from commit 55decb72c4
)
Co-authored-by: Nouran Ali <nouranalimohammed@gmail.com>
This commit is contained in:
parent
0854bdf15f
commit
823622212e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue