aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Tools/scripts/summarize_stats.py
diff options
context:
space:
mode:
authorWeilin Du <108666168+LamentXU123@users.noreply.github.com>2025-06-30 06:04:02 +0800
committerGitHub <noreply@github.com>2025-06-29 18:04:02 -0400
commit698bab5a4031c8f54e04e1dd42bcbe3e4564eba5 (patch)
treee3d6e15624a683f6b4357792adc80a391fa81195 /Tools/scripts/summarize_stats.py
parent7a403a8050cd22e699a69222914eccffcc7432ea (diff)
downloadcpython-698bab5a4031c8f54e04e1dd42bcbe3e4564eba5.tar.gz
cpython-698bab5a4031c8f54e04e1dd42bcbe3e4564eba5.zip
Doc: fix duplicated words (#136086)
--------- Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Diffstat (limited to 'Tools/scripts/summarize_stats.py')
-rw-r--r--Tools/scripts/summarize_stats.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/summarize_stats.py b/Tools/scripts/summarize_stats.py
index 68cfad3f92c..905af9dcfd8 100644
--- a/Tools/scripts/summarize_stats.py
+++ b/Tools/scripts/summarize_stats.py
@@ -492,7 +492,7 @@ class Stats:
): (trace_too_long, attempts),
Doc(
"Trace too short",
- "A potential trace is abandoned because it it too short.",
+ "A potential trace is abandoned because it is too short.",
): (trace_too_short, attempts),
Doc(
"Inner loop found", "A trace is truncated because it has an inner loop"