Fixed typo in documented number of logging filters.

This commit is contained in:
Adrien Brunet 2017-08-21 22:06:38 +02:00 committed by Tim Graham
parent 30eb92fc11
commit b5ad5c628a
1 changed files with 1 additions and 1 deletions

View File

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