summaryrefslogtreecommitdiff
path: root/docs/userguide
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-12-06 11:33:33 -0500
committerGitHub <noreply@github.com>2020-12-06 11:33:33 -0500
commite9617599687c441ece00856b6748ba4c5815068f (patch)
tree556abf240f5cb3952c70b1e57593a574d069144d /docs/userguide
parent5cf3865fd314ff630376de352dbf8067ceaaa10b (diff)
parent0e1fc1c6318864ab70dc0868762e02fa8faaaf8e (diff)
downloadpython-setuptools-git-e9617599687c441ece00856b6748ba4c5815068f.tar.gz
Merge pull request #2439 from mgedmin/patch-1
s/517/PEP 517/
Diffstat (limited to 'docs/userguide')
-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.