summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorDavid <smithdc@gmail.com>2022-03-10 09:20:25 +0000
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2022-04-28 10:44:14 +0200
commit51874dd1605d0106c68e854572950d2b6f768fc1 (patch)
treeb39db06075dfbf8be0a87ca1ecbc09aa5399d929 /docs/topics
parent15b888bb833ca2519a90d5eef71e221f192ea7e1 (diff)
Added backticks to code literals in various docs.
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/email.txt2
-rw-r--r--docs/topics/testing/advanced.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/email.txt b/docs/topics/email.txt
index 3e93a5d44f..2005bbd19b 100644
--- a/docs/topics/email.txt
+++ b/docs/topics/email.txt
@@ -664,7 +664,7 @@ and that those emails will contain the correct content.
The easiest way to configure email for local development is to use the
:ref:`console <topic-email-console-backend>` email backend. This backend
-redirects all email to stdout, allowing you to inspect the content of mail.
+redirects all email to ``stdout``, allowing you to inspect the content of mail.
The :ref:`file <topic-email-file-backend>` email backend can also be useful
during development -- this backend dumps the contents of every SMTP connection
diff --git a/docs/topics/testing/advanced.txt b/docs/topics/testing/advanced.txt
index a78f1b93fc..9159463c36 100644
--- a/docs/topics/testing/advanced.txt
+++ b/docs/topics/testing/advanced.txt
@@ -812,7 +812,7 @@ can be useful during testing.
approve destroying the existing database. ``sys.exit`` is
called if the user does not approve.
- * If autoclobber is ``True``, the database will be destroyed
+ * If ``autoclobber`` is ``True``, the database will be destroyed
without consulting the user.
``serialize`` determines if Django serializes the database into an