summaryrefslogtreecommitdiff
path: root/setuptools/tests
diff options
context:
space:
mode:
authorBastian Venthur <venthur@debian.org>2022-06-14 21:13:46 +0200
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2022-06-14 21:27:12 +0100
commit5b265be6a423b8906b1069e75a66fcefcddf8a6b (patch)
tree9a9ea7c338dd495cfb7456fe3442fec8b9b9c505 /setuptools/tests
parent254f8a969a542da0b221c178896f741238022fe4 (diff)
downloadpython-setuptools-git-5b265be6a423b8906b1069e75a66fcefcddf8a6b.tar.gz
fixed some spelling mistakes,
that's all :)
Diffstat (limited to 'setuptools/tests')
-rw-r--r--setuptools/tests/test_easy_install.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/tests/test_easy_install.py b/setuptools/tests/test_easy_install.py
index 73a8dfff..246d634f 100644
--- a/setuptools/tests/test_easy_install.py
+++ b/setuptools/tests/test_easy_install.py
@@ -1179,7 +1179,7 @@ def test_editable_user_and_build_isolation(setup_context, monkeypatch, tmp_path)
# == Arrange ==
# Pretend that build isolation was enabled
- # e.g pip sets the environment varible PYTHONNOUSERSITE=1
+ # e.g pip sets the environment variable PYTHONNOUSERSITE=1
monkeypatch.setattr('site.ENABLE_USER_SITE', False)
# Patching $HOME for 2 reasons: