summaryrefslogtreecommitdiff
path: root/setuptools/tests/environment.py
diff options
context:
space:
mode:
authorluz paz <luzpaz@users.noreply.github.com>2021-05-14 08:34:17 -0400
committerluz paz <luzpaz@users.noreply.github.com>2021-05-14 08:34:17 -0400
commitc063b3af1ecbcea0f0cc63b941f5e2038be9efcb (patch)
tree6e5a6410fa4c3912bda6328bc9e0074c3d54ec37 /setuptools/tests/environment.py
parent317ad2c4c9edf793e65372e80ec2d64f4edf147f (diff)
downloadpython-setuptools-git-c063b3af1ecbcea0f0cc63b941f5e2038be9efcb.tar.gz
Fix misc. doc typos
Found via `codespell`
Diffstat (limited to 'setuptools/tests/environment.py')
-rw-r--r--setuptools/tests/environment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/tests/environment.py b/setuptools/tests/environment.py
index bd3119ef..c0274c33 100644
--- a/setuptools/tests/environment.py
+++ b/setuptools/tests/environment.py
@@ -29,7 +29,7 @@ def run_setup_py(cmd, pypath=None, path=None,
if pypath is not None:
env["PYTHONPATH"] = pypath
- # overide the execution path if needed
+ # override the execution path if needed
if path is not None:
env["PATH"] = path
if not env.get("PATH", ""):