diff options
author | Bastian Venthur <mail@venthur.de> | 2019-05-18 13:06:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-18 13:06:53 +0200 |
commit | 73dbe0ec07e3738bc592e92def65209b45a14dfb (patch) | |
tree | 939ee9d98859601ab38f9080da227b9b3d44dad5 /docs | |
parent | 345f7e6fbc3118f3fd6c97a307dbbd9cda30a84c (diff) | |
download | external_python_setuptools-73dbe0ec07e3738bc592e92def65209b45a14dfb.tar.gz external_python_setuptools-73dbe0ec07e3738bc592e92def65209b45a14dfb.tar.bz2 external_python_setuptools-73dbe0ec07e3738bc592e92def65209b45a14dfb.zip |
s/favour/favor/
Co-Authored-By: Benoit Pierre <benoit.pierre@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/keywords.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/keywords.txt b/docs/keywords.txt index 488ed20b..db50163a 100644 --- a/docs/keywords.txt +++ b/docs/keywords.txt @@ -168,7 +168,7 @@ ``setup_requires`` .. warning:: - Using ``setup_requires`` is discouraged in favour for `PEP-518`_ + Using ``setup_requires`` is discouraged in favor of `PEP-518`_ A string or list of strings specifying what other distributions need to be present in order for the *setup script* to run. ``setuptools`` will |