summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2023-04-20 14:17:21 +0100
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2023-04-20 14:17:21 +0100
commit1ba53bb500958f6549a2d3af0753c48599adadf5 (patch)
tree1a91f7baeb958e3b42dc725b1d746bcbeb69fae5
parent8f9b212f0171394fe631ae89c25166e2610eecac (diff)
downloadpython-setuptools-git-1ba53bb500958f6549a2d3af0753c48599adadf5.tar.gz
Fix sphinx error
-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 ead8209d..3f97e8ef 100644
--- a/docs/userguide/quickstart.rst
+++ b/docs/userguide/quickstart.rst
@@ -63,7 +63,7 @@ library will be used to actually do the packaging.
not recommended. The backend automatically adds ``wheel`` dependency
when it is required, and listing it explicitly causes it to be
unnecessarily required for source distribution builds.
- You should only include ``wheel`` in `requires` if you need to explicitly
+ You should only include ``wheel`` in ``requires`` if you need to explicitly
access it during build time (e.g. if your project needs a ``setup.py``
script that imports ``wheel``).