summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Gedminas <marius@gedmin.as>2020-10-19 10:06:57 +0300
committerGitHub <noreply@github.com>2020-10-19 10:06:57 +0300
commit0e1fc1c6318864ab70dc0868762e02fa8faaaf8e (patch)
tree7c925cb935539f8d5628a43e051a85553acaf968
parent544687c3982696d924d49c4c9ea094b7a2dc8fe0 (diff)
downloadpython-setuptools-git-0e1fc1c6318864ab70dc0868762e02fa8faaaf8e.tar.gz
s/517/PEP 517/
-rw-r--r--docs/userguide/quickstart.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/userguide/quickstart.rst b/docs/userguide/quickstart.rst
index 697087ed..874ac086 100644
--- a/docs/userguide/quickstart.rst
+++ b/docs/userguide/quickstart.rst
@@ -21,7 +21,7 @@ the backend (build system) it wants to use. The distribution can then
be generated with whatever tools that provides a ``build sdist``-alike
functionality. While this may appear cumbersome, given the added pieces,
it in fact tremendously enhances the portability of your package. The
-change is driven under :pep:`517 <517#build-requirements>`. To learn more about Python packaging in general,
+change is driven under :pep:`PEP 517 <517#build-requirements>`. To learn more about Python packaging in general,
navigate to the `bottom <Resources on python packaging>`_ of this page.