diff options
| author | Bastian Venthur <venthur@debian.org> | 2022-06-14 21:13:46 +0200 |
|---|---|---|
| committer | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-06-14 21:27:12 +0100 |
| commit | 5b265be6a423b8906b1069e75a66fcefcddf8a6b (patch) | |
| tree | 9a9ea7c338dd495cfb7456fe3442fec8b9b9c505 /docs/deprecated | |
| parent | 254f8a969a542da0b221c178896f741238022fe4 (diff) | |
| download | python-setuptools-git-5b265be6a423b8906b1069e75a66fcefcddf8a6b.tar.gz | |
fixed some spelling mistakes,
that's all :)
Diffstat (limited to 'docs/deprecated')
| -rw-r--r-- | docs/deprecated/commands.rst | 2 | ||||
| -rw-r--r-- | docs/deprecated/distutils-legacy.rst | 2 |
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 |
