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:56:26 +0200
commit5aa4fb68baacd9ff9ae94d701085c6d6621a2dec (patch)
tree67c4ef6208ef2a58ed9cc7257e174979c148a40f /docs/intro
parent1e9f66e8e0d0847ed7b742c9063a14f95c7c25fb (diff)
[5.0.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 1c827bb139..967c3c697d 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``