summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
author谭九鼎 <109224573@qq.com>2020-10-17 16:54:56 +0800
committerGitHub <noreply@github.com>2020-10-17 16:54:56 +0800
commita7e930914e1d5baed8a646ae5a0be65a9c97d07e (patch)
tree056a561eae5f31b503604fe591d261baa0122745 /docs
parent490301f4a417f9d1ac1d77e49a364c23e3ec0504 (diff)
downloadpython-setuptools-git-a7e930914e1d5baed8a646ae5a0be65a9c97d07e.tar.gz
Restore quickstart.rst
Diffstat (limited to 'docs')
-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 64be2cb9..24ea3e4b 100644
--- a/docs/userguide/quickstart.rst
+++ b/docs/userguide/quickstart.rst
@@ -81,8 +81,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: :literal:`find:\ ` and
+:literal:`find_namespace:\ `. To use it in your project:
.. code-block:: ini