Merge with 3.3: 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:27:28 -04:00
commit dd61f8f389
6 changed files with 7 additions and 7 deletions

View file

@ -491,7 +491,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."""