From 5b265be6a423b8906b1069e75a66fcefcddf8a6b Mon Sep 17 00:00:00 2001 From: Bastian Venthur Date: Tue, 14 Jun 2022 21:13:46 +0200 Subject: fixed some spelling mistakes, that's all :) --- docs/deprecated/commands.rst | 2 +- docs/deprecated/distutils-legacy.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/deprecated') 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 `_ 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 -- cgit v1.2.1