summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2022-07-01 09:42:03 +0100
committerGitHub <noreply@github.com>2022-07-01 09:42:03 +0100
commit641cb8955923f5b23c5be7cdd3edb7427c40995c (patch)
treebacc41a75cb625e327f9b4c642bc424557be4fb2
parent1a45c10cb0ec6c374308a8a3921ca70d1ddf389f (diff)
parent55fd336ba81df83174202d1f0cfb15722074084a (diff)
downloadpython-setuptools-git-641cb8955923f5b23c5be7cdd3edb7427c40995c.tar.gz
Merge pull request #3426 from matjansen/fix-userguide-typo
fix userguide typo
-rw-r--r--docs/userguide/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/userguide/index.rst b/docs/userguide/index.rst
index e1563c91..d631c5d8 100644
--- a/docs/userguide/index.rst
+++ b/docs/userguide/index.rst
@@ -12,7 +12,7 @@ This document contains information to help Python developers through this
process. Please check the :doc:`/userguide/quickstart` for an overview of
the workflow.
-Also note that ``setuptools`` is what is know in the community as :pep:`build
+Also note that ``setuptools`` is what is known in the community as :pep:`build
backend <517#terminology-and-goals>`, user facing interfaces are provided by tools
such as :pypi:`pip` and :pypi:`build`. To use ``setuptools``, one must
explicitly create a ``pyproject.toml`` file as described :doc:`/build_meta`.