diff options
| author | Adrien Brunet <abrunet@centrale-marseille.fr> | 2017-08-21 22:06:38 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-08-21 16:06:38 -0400 |
| commit | b5ad5c628a0327c2208d76e5cacb3cb6f48750b5 (patch) | |
| tree | 2f1811b540f52b97d0e9bc5cfb6ae9039f4636ff /docs | |
| parent | 30eb92fc1199931d3743cd20b39f38eff7d30489 (diff) | |
Fixed typo in documented number of logging filters.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/logging.txt | 2 |
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) |
