mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
summarize: Fix typo in stats (#127450)
This commit is contained in:
parent
33ce8dcf79
commit
4e0a4cafe8
1 changed files with 1 additions and 1 deletions
|
@ -483,7 +483,7 @@ class Stats:
|
|||
): (trace_too_long, attempts),
|
||||
Doc(
|
||||
"Trace too short",
|
||||
"A potential trace is abandoced because it it too short.",
|
||||
"A potential trace is abandoned because it it too short.",
|
||||
): (trace_too_short, attempts),
|
||||
Doc(
|
||||
"Inner loop found", "A trace is truncated because it has an inner loop"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue