diff options
author | Weilin Du <108666168+LamentXU123@users.noreply.github.com> | 2025-06-30 06:04:02 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-29 18:04:02 -0400 |
commit | 698bab5a4031c8f54e04e1dd42bcbe3e4564eba5 (patch) | |
tree | e3d6e15624a683f6b4357792adc80a391fa81195 /Tools/scripts/summarize_stats.py | |
parent | 7a403a8050cd22e699a69222914eccffcc7432ea (diff) | |
download | cpython-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.py | 2 |
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" |