From b5ad5c628a0327c2208d76e5cacb3cb6f48750b5 Mon Sep 17 00:00:00 2001
From: Adrien Brunet <abrunet@centrale-marseille.fr>
Date: Mon, 21 Aug 2017 22:06:38 +0200
Subject: [PATCH] Fixed typo in documented number of logging filters.

---
 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 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)