Skip to content

Commit 8ae9018

Browse files
authored
Update summarize_stats.py
1 parent 5334732 commit 8ae9018

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/scripts/summarize_stats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ def get_optimization_stats(self) -> dict[str, tuple[int, int | None]]:
492492
): (trace_too_long, attempts),
493493
Doc(
494494
"Trace too short",
495-
"A potential trace is abandoned because it it too short.",
495+
"A potential trace is abandoned because it is too short.",
496496
): (trace_too_short, attempts),
497497
Doc(
498498
"Inner loop found", "A trace is truncated because it has an inner loop"

0 commit comments

Comments
 (0)