summaryrefslogtreecommitdiff
path: root/docs/internals/contributing/writing-code/unit-tests.txt
diff options
context:
space:
mode:
authorDavid Smith <39445562+smithdc1@users.noreply.github.com>2022-03-10 09:18:31 +0000
committerGitHub <noreply@github.com>2022-03-10 10:18:31 +0100
commit67b5f506a600a54658405cf821c14ada4080e61f (patch)
tree33274dbfdb2a8c5fa2b69a2f4466b7aed9232149 /docs/internals/contributing/writing-code/unit-tests.txt
parentb1005c0e4029c23f4e718ce0a7afdfa926c095de (diff)
Changed some words to use inline markup.
Diffstat (limited to 'docs/internals/contributing/writing-code/unit-tests.txt')
-rw-r--r--docs/internals/contributing/writing-code/unit-tests.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/internals/contributing/writing-code/unit-tests.txt b/docs/internals/contributing/writing-code/unit-tests.txt
index db0a732d2f..a2f9b392aa 100644
--- a/docs/internals/contributing/writing-code/unit-tests.txt
+++ b/docs/internals/contributing/writing-code/unit-tests.txt
@@ -107,8 +107,9 @@ The remainder of this documentation shows commands for running tests without
``tox``, however, any option passed to ``runtests.py`` can also be passed to
``tox`` by prefixing the argument list with ``--``, as above.
-Tox also respects the :envvar:`DJANGO_SETTINGS_MODULE` environment variable, if
-set. For example, the following is equivalent to the command above:
+``Tox`` also respects the :envvar:`DJANGO_SETTINGS_MODULE` environment
+variable, if set. For example, the following is equivalent to the command
+above:
.. code-block:: console