diff options
| author | David Smith <39445562+smithdc1@users.noreply.github.com> | 2022-03-10 09:18:31 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-10 10:18:31 +0100 |
| commit | 67b5f506a600a54658405cf821c14ada4080e61f (patch) | |
| tree | 33274dbfdb2a8c5fa2b69a2f4466b7aed9232149 /docs/internals/contributing/writing-code | |
| parent | b1005c0e4029c23f4e718ce0a7afdfa926c095de (diff) | |
Changed some words to use inline markup.
Diffstat (limited to 'docs/internals/contributing/writing-code')
| -rw-r--r-- | docs/internals/contributing/writing-code/javascript.txt | 2 | ||||
| -rw-r--r-- | docs/internals/contributing/writing-code/unit-tests.txt | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/docs/internals/contributing/writing-code/javascript.txt b/docs/internals/contributing/writing-code/javascript.txt index b75f01059d..9b8bacdac1 100644 --- a/docs/internals/contributing/writing-code/javascript.txt +++ b/docs/internals/contributing/writing-code/javascript.txt @@ -78,7 +78,7 @@ Django's JavaScript tests use `QUnit`_. Here is an example test module: }); -Please consult the QUnit documentation for information on the types of +Please consult the ``QUnit`` documentation for information on the types of `assertions supported by QUnit <https://api.qunitjs.com/assert/>`_. Running tests 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 |
