[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
1 changed files with 1 additions and 1 deletions

View File

@ -477,7 +477,7 @@ def get_optimization_stats(self) -> dict[str, tuple[int, int | None]]:
): (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"