瀏覽代碼

Fixed typo in documented number of logging filters.

Adrien Brunet 7 年之前
父節點
當前提交
b5ad5c628a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/topics/logging.txt

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