summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2013-03-11 21:23:46 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2013-03-11 21:23:46 (GMT)
commit65e69b37183eb0172b9fbbf28388ff0b0d05b792 (patch)
tree2462ee8dc9a44af4f422c64b2425d5166a0420ad /Tools
parentaf8838f4430cec7ba36caf3ce419a5205451c02a (diff)
downloadcpython-65e69b37183eb0172b9fbbf28388ff0b0d05b792.zip
cpython-65e69b37183eb0172b9fbbf28388ff0b0d05b792.tar.gz
cpython-65e69b37183eb0172b9fbbf28388ff0b0d05b792.tar.bz2
Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/*
found by Serhiy Storchaka and Matthew Barnett
Diffstat (limited to 'Tools')
-rw-r--r--Tools/msi/msilib.py2
-rw-r--r--Tools/pybench/README2
2 files changed, 2 insertions, 2 deletions
diff --git a/Tools/msi/msilib.py b/Tools/msi/msilib.py
index 5795d0e..92fb5e1 100644
--- a/Tools/msi/msilib.py
+++ b/Tools/msi/msilib.py
@@ -489,7 +489,7 @@ class Directory:
def add_file(self, file, src=None, version=None, language=None):
"""Add a file to the current component of the directory, starting a new one
- one if there is no current component. By default, the file name in the source
+ if there is no current component. By default, the file name in the source
and the file table will be identical. If the src file is specified, it is
interpreted relative to the current directory. Optionally, a version and a
language can be specified for the entry in the File table."""
diff --git a/Tools/pybench/README b/Tools/pybench/README
index e33d064..e59e6c0 100644
--- a/Tools/pybench/README
+++ b/Tools/pybench/README
@@ -3,7 +3,7 @@ ________________________________________________________________________
PYBENCH - A Python Benchmark Suite
________________________________________________________________________
- Extendable suite of of low-level benchmarks for measuring
+ Extendable suite of low-level benchmarks for measuring
the performance of the Python implementation
(interpreter, compiler or VM).