summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrad <56809295+Brad-Edwards@users.noreply.github.com>2021-11-02 23:41:50 -0700
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-11-03 07:42:08 +0100
commitccc4503a822b913462f6a712b07679d6061d984e (patch)
treeadd3ff93ecb07f3d2228e799038bc330232f4297 /docs
parente2fe0429abb1fafee7643b9361b808f982ddaf98 (diff)
[4.0.x] Fixed typo in docs/topics/logging.txt.
Backport of c7152cb58ea84f51bc2096fb5d3cf03ab31ea985 from main
Diffstat (limited to 'docs')
-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.