diff options
author | Anderson Bravalheri <andersonbravalheri+github@gmail.com> | 2022-05-06 13:05:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-06 13:05:50 +0100 |
commit | 1b8961fe3a3d214a3375eba3a50bc83bb36a69cc (patch) | |
tree | b6bab62b42f0ef1c2ea67d8b29ecbec2abd8d825 | |
parent | 094809b515b38940a8cd015633d815ec0f18b83d (diff) | |
download | python-setuptools-git-1b8961fe3a3d214a3375eba3a50bc83bb36a69cc.tar.gz |
Update docs/deprecated/changed_keywords.rst
-rw-r--r-- | docs/deprecated/changed_keywords.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/deprecated/changed_keywords.rst b/docs/deprecated/changed_keywords.rst index ba9a0df5..7db372f2 100644 --- a/docs/deprecated/changed_keywords.rst +++ b/docs/deprecated/changed_keywords.rst @@ -9,7 +9,7 @@ Python 3.12, and ``setuptools`` started its adoption, these differences became l relevant. Please check :doc:`/references/keywords` for a complete list of keyword arguments that can be passed to the ``setuptools.setup()`` function and -a their complete description. +a their full description. .. tab:: Supported by both ``distutils`` and ``setuptoools`` |