From 3357ad2de27ab3670283a70ffe6e0d1520726c99 Mon Sep 17 00:00:00 2001 From: Brad <56809295+Brad-Edwards@users.noreply.github.com> Date: Tue, 2 Nov 2021 23:41:50 -0700 Subject: [PATCH] [3.2.x] Fixed typo in docs/topics/logging.txt. Backport of c7152cb58ea84f51bc2096fb5d3cf03ab31ea985 from main --- docs/topics/logging.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/logging.txt b/docs/topics/logging.txt index da051d8559..744438472e 100644 --- a/docs/topics/logging.txt +++ b/docs/topics/logging.txt @@ -207,7 +207,7 @@ By default, Django uses the :ref:`dictConfig format `. 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.