summaryrefslogtreecommitdiff
path: root/docs/userguide
diff options
context:
space:
mode:
author谭九鼎 <109224573@qq.com>2020-10-03 10:12:36 +0800
committerGitHub <noreply@github.com>2020-10-03 10:12:36 +0800
commit1ba4f4e0240d4e09585463dc7ebb9b7a47b1eb48 (patch)
tree69aa660db7374e8c87ee6a6ff8c82e450d3980e0 /docs/userguide
parentc218cc5443dbcec77c81a03391c6ae2a566a7a7d (diff)
downloadpython-setuptools-git-1ba4f4e0240d4e09585463dc7ebb9b7a47b1eb48.tar.gz
fix inline-code style
Diffstat (limited to 'docs/userguide')
-rw-r--r--docs/userguide/quickstart.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/userguide/quickstart.rst b/docs/userguide/quickstart.rst
index 52829751..fdc7ff14 100644
--- a/docs/userguide/quickstart.rst
+++ b/docs/userguide/quickstart.rst
@@ -82,8 +82,8 @@ Automatic package discovery
For simple projects, it's usually easy enough to manually add packages to
the ``packages`` keyword in ``setup.cfg``. However, for very large projects
, it can be a big burden to keep the package list updated. ``setuptools``
-therefore provides two convenient tools to ease the burden: ``find: `` and
-``find_namespace: ``. To use it in your project:
+therefore provides two convenient tools to ease the burden: ``find:`` and
+``find_namespace:``. To use it in your project:
.. code-block:: ini