summaryrefslogtreecommitdiff
path: root/docs/topics/logging.txt
diff options
context:
space:
mode:
authorBrad <56809295+Brad-Edwards@users.noreply.github.com>2021-11-02 23:41:50 -0700
committerGitHub <noreply@github.com>2021-11-03 07:41:50 +0100
commitc7152cb58ea84f51bc2096fb5d3cf03ab31ea985 (patch)
treecbebe538946ac26283a8056142e4d3d64487033b /docs/topics/logging.txt
parent407fe95cb116599adeb4b9ed01df5673aa5cb1db (diff)
Fixed typo in docs/topics/logging.txt.
Diffstat (limited to 'docs/topics/logging.txt')
-rw-r--r--docs/topics/logging.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/logging.txt b/docs/topics/logging.txt
index 1e06ce356a..0213f2e35d 100644
--- a/docs/topics/logging.txt
+++ b/docs/topics/logging.txt
@@ -172,7 +172,7 @@ By default, Django uses the :ref:`dictConfig format
<logging-config-dictschema>`.
In order to configure logging, you use :setting:`LOGGING` to define a
-dictionary of logging settings. These settings describes the loggers,
+dictionary of logging settings. These settings describe the loggers,
handlers, filters and formatters that you want in your logging setup,
and the log levels and other properties that you want those components
to have.