summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2022-06-14 23:19:59 +0100
committerGitHub <noreply@github.com>2022-06-14 23:19:59 +0100
commitfbfa418110eb82e33075fee09b52c834d34395f3 (patch)
treec658d0e18354cc88c8e75da85f7b2d2aeafc915b /docs
parentec2d4e92cf66805b48a8868b00102555f7f46c8e (diff)
parent5b265be6a423b8906b1069e75a66fcefcddf8a6b (diff)
downloadpython-setuptools-git-fbfa418110eb82e33075fee09b52c834d34395f3.tar.gz
Merge pull request #3376 from venthur/fix_spell
fixed some spelling mistakes,
Diffstat (limited to 'docs')
-rw-r--r--docs/deprecated/commands.rst2
-rw-r--r--docs/deprecated/distutils-legacy.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/deprecated/commands.rst b/docs/deprecated/commands.rst
index e287ab8f..ebd0687a 100644
--- a/docs/deprecated/commands.rst
+++ b/docs/deprecated/commands.rst
@@ -51,7 +51,7 @@ That is, you can simply list the normal setup commands and options following the
pip install . # replacement for python setup.py install
pip install --editable . # replacement for python setup.py develop
- pip install installer # nees to be installed first
+ pip install installer # needs to be installed first
python -m installer /path/to/wheel/file.whl
-----------------
diff --git a/docs/deprecated/distutils-legacy.rst b/docs/deprecated/distutils-legacy.rst
index e73cdff5..e106ce97 100644
--- a/docs/deprecated/distutils-legacy.rst
+++ b/docs/deprecated/distutils-legacy.rst
@@ -3,7 +3,7 @@ Porting from Distutils
Setuptools and the PyPA have a `stated goal <https://github.com/pypa/packaging-problems/issues/127>`_ to make Setuptools the reference API for distutils.
-Since the 60.0.0 release, Setuptools includes a local, vendored copy of distutils (from late copies of CPython) that is enabled by default. To disable the use of this copy of distutils when invoking setuptools, set the enviroment variable:
+Since the 60.0.0 release, Setuptools includes a local, vendored copy of distutils (from late copies of CPython) that is enabled by default. To disable the use of this copy of distutils when invoking setuptools, set the environment variable:
SETUPTOOLS_USE_DISTUTILS=stdlib