diff options
-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 |