summaryrefslogtreecommitdiff
path: root/tests/test_install.py
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2013-03-11 17:59:07 -0400
committerTerry Jan Reedy <tjreedy@udel.edu>2013-03-11 17:59:07 -0400
commitccd343460af8687cf1f336b6f841f2620e23dbb6 (patch)
tree508926ba6000408609f1f127ce4561a523c923a0 /tests/test_install.py
parent2d41e46537438e915b90f540cdcf7587245c81de (diff)
parentb32d14d3b015e4d46f17b3b5ad946eada64137ba (diff)
downloadpython-setuptools-git-ccd343460af8687cf1f336b6f841f2620e23dbb6.tar.gz
Merge 3.3, issue #17047: remove doubled words found in 2.7 to
3.4 Lib/*, as reported by Serhiy Storchaka and Matthew Barnett.
Diffstat (limited to 'tests/test_install.py')
-rw-r--r--tests/test_install.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_install.py b/tests/test_install.py
index 47d630cc..3cf2c734 100644
--- a/tests/test_install.py
+++ b/tests/test_install.py
@@ -165,7 +165,7 @@ class InstallTestCase(support.TempdirManager,
cmd.home = 'home'
self.assertRaises(DistutilsOptionError, cmd.finalize_options)
- # can't combine user with with prefix/exec_prefix/home or
+ # can't combine user with prefix/exec_prefix/home or
# install_(plat)base
cmd.prefix = None
cmd.user = 'user'