summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Jansen <m.jansen@accure.net>2022-07-01 08:56:29 +0200
committerMatthias Jansen <m.jansen@accure.net>2022-07-01 08:56:29 +0200
commit55fd336ba81df83174202d1f0cfb15722074084a (patch)
treebacc41a75cb625e327f9b4c642bc424557be4fb2
parent1a45c10cb0ec6c374308a8a3921ca70d1ddf389f (diff)
downloadpython-setuptools-git-55fd336ba81df83174202d1f0cfb15722074084a.tar.gz
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`.