summaryrefslogtreecommitdiff
path: root/docs/ref/logging.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/logging.txt')
-rw-r--r--docs/ref/logging.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/logging.txt b/docs/ref/logging.txt
index 7fdb7791f5..6b8e12ef46 100644
--- a/docs/ref/logging.txt
+++ b/docs/ref/logging.txt
@@ -275,7 +275,7 @@ Python logging module <python:logging.handlers>`.
The ``include_html`` argument of ``AdminEmailHandler`` is used to
control whether the traceback email includes an HTML attachment
- containing the full content of the debug Web page that would have been
+ containing the full content of the debug web page that would have been
produced if :setting:`DEBUG` were ``True``. To set this value in your
configuration, include it in the handler definition for
``django.utils.log.AdminEmailHandler``, like this::