diff options
| author | David Smith <smithdc@gmail.com> | 2021-07-23 07:48:16 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-07-29 06:24:12 +0200 |
| commit | 1024b5e74a7166313ad4e4975a15e90dccd3ec5f (patch) | |
| tree | 05d75177f183de5e3c58dbf25a3f71ff4a5c820a /docs/ref/logging.txt | |
| parent | acde91745656a852a15db7611c08cabf93bb735b (diff) | |
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate.
Diffstat (limited to 'docs/ref/logging.txt')
| -rw-r--r-- | docs/ref/logging.txt | 2 |
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:: |
