summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrien Brunet <abrunet@centrale-marseille.fr>2017-08-21 22:06:38 +0200
committerTim Graham <timograham@gmail.com>2017-08-21 16:06:38 -0400
commitb5ad5c628a0327c2208d76e5cacb3cb6f48750b5 (patch)
tree2f1811b540f52b97d0e9bc5cfb6ae9039f4636ff /docs
parent30eb92fc1199931d3743cd20b39f38eff7d30489 (diff)
Fixed typo in documented number of logging filters.
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 859f18516d..d27d05fdfe 100644
--- a/docs/topics/logging.txt
+++ b/docs/topics/logging.txt
@@ -656,7 +656,7 @@ Python logging module.
Filters
-------
-Django provides two log filters in addition to those provided by the Python
+Django provides some log filters in addition to those provided by the Python
logging module.
.. class:: CallbackFilter(callback)