diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-12-06 11:33:33 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-06 11:33:33 -0500 |
| commit | e9617599687c441ece00856b6748ba4c5815068f (patch) | |
| tree | 556abf240f5cb3952c70b1e57593a574d069144d /docs/userguide | |
| parent | 5cf3865fd314ff630376de352dbf8067ceaaa10b (diff) | |
| parent | 0e1fc1c6318864ab70dc0868762e02fa8faaaf8e (diff) | |
| download | python-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.rst | 2 |
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. |
