summaryrefslogtreecommitdiff
path: root/docs/howto/error-reporting.txt
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2025-09-17 22:23:57 +0200
committerGitHub <noreply@github.com>2025-09-17 22:23:57 +0200
commitf8d2610d94333a8b0fd283851a6cf4ac2e2e2435 (patch)
treeed2f2ba5c50ddfc6afd3c2cde75a8b48dc31e45c /docs/howto/error-reporting.txt
parentcebbd5a6ad6b065ee2ea89fe7ded544b0bf48d12 (diff)
Added backticks to email addresses in docs.
Diffstat (limited to 'docs/howto/error-reporting.txt')
-rw-r--r--docs/howto/error-reporting.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/error-reporting.txt b/docs/howto/error-reporting.txt
index 96d307f34f..81a3e7e575 100644
--- a/docs/howto/error-reporting.txt
+++ b/docs/howto/error-reporting.txt
@@ -37,7 +37,7 @@ caused the error.
documentation </ref/settings>` for a full list of email-related
settings.
-By default, Django will send email from root@localhost. However, some mail
+By default, Django will send email from ``root@localhost``. However, some mail
providers reject all email from this address. To use a different sender
address, modify the :setting:`SERVER_EMAIL` setting.