Skip to content

Commit

Permalink
summarize: Fix typo in stats (python#127450)
Browse files Browse the repository at this point in the history
  • Loading branch information
alonme authored and srinivasreddy committed Jan 8, 2025
1 parent 2ab4919 commit 269aa07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/scripts/summarize_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,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"
Expand Down

0 comments on commit 269aa07

Please sign in to comment.