[3.13] summarize: Fix typo in stats (GH-127450) (#127454)

Co-authored-by: alm <alonme@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2024-11-30 17:32:13 +01:00 committed by GitHub
parent 82d199d307
commit c54b9ae199
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"