summaryrefslogtreecommitdiff
path: root/docs/intro
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2023-10-09 09:55:52 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-10-09 09:57:35 +0200
commit0bd53ab86a8280b71ebc6cb5680515c36c9be4ac (patch)
treebe740b41de884d513691f014933f78786928b02f /docs/intro
parent99dcba90b4d36272d6c2e0fd96eec1ee5883db4c (diff)
[4.2.x] Added backticks to setuptools in docs.
Backport of 54b23b1835a8044c35754525dfcf2c3027d79aa8 from main
Diffstat (limited to 'docs/intro')
-rw-r--r--docs/intro/reusable-apps.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/intro/reusable-apps.txt b/docs/intro/reusable-apps.txt
index d1530522d1..4ae51896e1 100644
--- a/docs/intro/reusable-apps.txt
+++ b/docs/intro/reusable-apps.txt
@@ -240,10 +240,10 @@ this. For a small app like polls, this process isn't too difficult.
#. Only Python modules and packages are included in the package by default. To
include additional files, we'll need to create a ``MANIFEST.in`` file. The
- setuptools docs referred to in the previous step discuss this file in more
- detail. To include the templates, the ``README.rst`` and our ``LICENSE``
- file, create a file ``django-polls/MANIFEST.in`` with the following
- contents:
+ ``setuptools`` docs referred to in the previous step discuss this file in
+ more detail. To include the templates, the ``README.rst`` and our
+ ``LICENSE`` file, create a file ``django-polls/MANIFEST.in`` with the
+ following contents:
.. code-block:: text
:caption: ``django-polls/MANIFEST.in``