]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] summarize: Fix typo in stats (GH-127450) (#127454)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 30 Nov 2024 16:32:13 +0000 (17:32 +0100)
committerGitHub <noreply@github.com>
Sat, 30 Nov 2024 16:32:13 +0000 (16:32 +0000)
Co-authored-by: alm <alonme@users.noreply.github.com>
Tools/scripts/summarize_stats.py

index ffbc40e6a37f3d2af00c0db34d57b3e00f96161f..a48a9fba48c5c2d337e4776c945409ade4e70ce5 100644 (file)
@@ -477,7 +477,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"