]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
summarize: Fix typo in stats (#127450)
authoralm <alonme@users.noreply.github.com>
Sat, 30 Nov 2024 16:07:54 +0000 (18:07 +0200)
committerGitHub <noreply@github.com>
Sat, 30 Nov 2024 16:07:54 +0000 (18:07 +0200)
Tools/scripts/summarize_stats.py

index 5793e5c649d6b330adb75c343fa8677b12ef7c6b..abfdea78253760354049e6dfbf91a4a00bced397 100644 (file)
@@ -483,7 +483,7 @@ class Stats:
             ): (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"