summaryrefslogtreecommitdiffstats
path: root/Lib/msilib
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2013-03-11 21:56:17 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2013-03-11 21:56:17 (GMT)
commita70f60acf3283a0f4684a5d22bc710004f2f1ed3 (patch)
tree57f32165f01a48392b9813966ed6f88f03a7a493 /Lib/msilib
parentce9cc4910481ec96a4024ffe36475e2c9feebfa1 (diff)
downloadcpython-a70f60acf3283a0f4684a5d22bc710004f2f1ed3.zip
cpython-a70f60acf3283a0f4684a5d22bc710004f2f1ed3.tar.gz
cpython-a70f60acf3283a0f4684a5d22bc710004f2f1ed3.tar.bz2
Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*,
as reported by Serhiy Storchaka and Matthew Barnett.
Diffstat (limited to 'Lib/msilib')
-rw-r--r--Lib/msilib/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/msilib/__init__.py b/Lib/msilib/__init__.py
index 63f3923..907a739 100644
--- a/Lib/msilib/__init__.py
+++ b/Lib/msilib/__init__.py
@@ -326,7 +326,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."""