Skip to content

Commit c54b9ae

Browse files
[3.13] summarize: Fix typo in stats (GH-127450) (#127454)
Co-authored-by: alm <[email protected]>
1 parent 82d199d commit c54b9ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/scripts/summarize_stats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ def get_optimization_stats(self) -> dict[str, tuple[int, int | None]]:
477477
): (trace_too_long, attempts),
478478
Doc(
479479
"Trace too short",
480-
"A potential trace is abandoced because it it too short.",
480+
"A potential trace is abandoned because it it too short.",
481481
): (trace_too_short, attempts),
482482
Doc(
483483
"Inner loop found", "A trace is truncated because it has an inner loop"

0 commit comments

Comments
 (0)