diff options
| author | Marius Gedminas <marius@gedmin.as> | 2020-10-05 09:52:31 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-05 09:52:31 +0300 |
| commit | 6722c069db857991b95fb95a5ddf90ec4913094a (patch) | |
| tree | 57e80d83ce17f6c20df865f39ae06d60d9983455 /docs | |
| parent | 1ea521c51b0ed2967a9ff1d8ad41160043a8a981 (diff) | |
| download | python-setuptools-git-6722c069db857991b95fb95a5ddf90ec4913094a.tar.gz | |
Fix ReST syntax error in the PEP 517 link
Diffstat (limited to 'docs')
| -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 52829751..37d33b26 100644 --- a/docs/userguide/quickstart.rst +++ b/docs/userguide/quickstart.rst @@ -22,7 +22,7 @@ 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 <https://www.python.org/dev/peps/pep-0517/# -build-requirements>``. To learn more about Python packaging in general, +build-requirements>`_. To learn more about Python packaging in general, navigate to the `bottom <Resources on python packaging>`_ of this page. |
