https://github.com/python/cpython/commit/4e0a4cafe8d8ecb43db62aed1d5671af583104e7
commit: 4e0a4cafe8d8ecb43db62aed1d5671af583104e7
branch: main
author: alm <[email protected]>
committer: hugovk <[email protected]>
date: 2024-11-30T18:07:54+02:00
summary:

summarize: Fix typo in stats (#127450)

files:
M Tools/scripts/summarize_stats.py

diff --git a/Tools/scripts/summarize_stats.py b/Tools/scripts/summarize_stats.py
index 5793e5c649d6b3..abfdea78253760 100644
--- a/Tools/scripts/summarize_stats.py
+++ b/Tools/scripts/summarize_stats.py
@@ -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"

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to