From 1024b5e74a7166313ad4e4975a15e90dccd3ec5f Mon Sep 17 00:00:00 2001 From: David Smith Date: Fri, 23 Jul 2021 07:48:16 +0100 Subject: Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. --- docs/ref/logging.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref/logging.txt') 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 `. 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:: -- cgit v1.3