mirror of
https://github.com/python/cpython.git
synced 2025-07-15 23:35:23 +00:00
[3.13] summarize: Fix typo in stats (GH-127450) (#127454)
Co-authored-by: alm <alonme@users.noreply.github.com>
This commit is contained in:
parent
82d199d307
commit
c54b9ae199
1 changed files with 1 additions and 1 deletions
|
@ -477,7 +477,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