summaryrefslogtreecommitdiff
path: root/Tools/msi
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2013-03-11 17:26:33 -0400
committerTerry Jan Reedy <tjreedy@udel.edu>2013-03-11 17:26:33 -0400
commitcaeb6bea9bd52859bceae8437bd931335aacad94 (patch)
treec08b1fe76ef466a75c6522eccbbd800c233a99e6 /Tools/msi
parentc9cfcf1e6cd946492be949533de906785d690069 (diff)
parent65e69b37183eb0172b9fbbf28388ff0b0d05b792 (diff)
downloadcpython-git-caeb6bea9bd52859bceae8437bd931335aacad94.tar.gz
Merge with 3.2: Issue #17047: removed doubled words in Doc/*,
Mac/*, and Tool/* found by Serhiy Storchaka and Matthew Barnett
Diffstat (limited to 'Tools/msi')
-rw-r--r--Tools/msi/msilib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/msi/msilib.py b/Tools/msi/msilib.py
index 472d9d401e..f44052ee20 100644
--- a/Tools/msi/msilib.py
+++ b/Tools/msi/msilib.py
@@ -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."""