summaryrefslogtreecommitdiff
path: root/docs/userguide
diff options
context:
space:
mode:
author谭九鼎 <109224573@qq.com>2020-10-03 10:30:49 +0800
committerGitHub <noreply@github.com>2020-10-03 10:30:49 +0800
commit754f710a10c15b7456c086c2839f01ad2556b3fc (patch)
tree2d04d1b46f876ec9f7376dc2b2148cbdb0b94922 /docs/userguide
parent1ba4f4e0240d4e09585463dc7ebb9b7a47b1eb48 (diff)
downloadpython-setuptools-git-754f710a10c15b7456c086c2839f01ad2556b3fc.tar.gz
Update dependency_management.rst
Diffstat (limited to 'docs/userguide')
-rw-r--r--docs/userguide/dependency_management.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/userguide/dependency_management.rst b/docs/userguide/dependency_management.rst
index a26ab6c3..ae2192d8 100644
--- a/docs/userguide/dependency_management.rst
+++ b/docs/userguide/dependency_management.rst
@@ -266,7 +266,7 @@ the two dependencies ``PDF`` maps to.
The second use case is that other package can use this "extra" for their
own dependencies. For example, if "Project-B" needs "project A" with PDF support
-installed, it might declare the dependency like this::
+installed, it might declare the dependency like this:
.. code-block:: ini
@@ -309,4 +309,4 @@ In some cases, you might need to specify the minimum required python version.
This is handled with the ``python_requires`` keyword supplied to ``setup.cfg``
or ``setup.py``.
-Example WIP \ No newline at end of file
+Example WIP