Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/*

found by Serhiy Storchaka and Matthew Barnett
This commit is contained in:
Terry Jan Reedy 2013-03-11 17:23:46 -04:00
parent af8838f443
commit 65e69b3718
6 changed files with 7 additions and 7 deletions

View file

@ -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."""

View file

@ -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).