diff options
| author | Ezio Melotti <ezio.melotti@gmail.com> | 2011-03-16 11:05:33 +0200 |
|---|---|---|
| committer | Ezio Melotti <ezio.melotti@gmail.com> | 2011-03-16 11:05:33 +0200 |
| commit | 877161a90666a528acaa1169d33db58abbf2c964 (patch) | |
| tree | 04abfdece677fdbe7562bd5a884209fbb0ac9291 /tests/test_install.py | |
| parent | 5bff24b86b4ad1400e9f063f3e371cac0fdd0e59 (diff) | |
| download | python-setuptools-git-877161a90666a528acaa1169d33db58abbf2c964.tar.gz | |
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Diffstat (limited to 'tests/test_install.py')
| -rw-r--r-- | tests/test_install.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_install.py b/tests/test_install.py index a76e3e7a..ed69b0cb 100644 --- a/tests/test_install.py +++ b/tests/test_install.py @@ -62,7 +62,7 @@ class InstallTestCase(support.TempdirManager, if sys.version < '2.6': return - # preparing the environement for the test + # preparing the environment for the test self.old_user_base = site.USER_BASE self.old_user_site = site.USER_SITE self.tmpdir = self.mkdtemp() |
