瀏覽代碼

Fixed typo in docs/topics/logging.txt.

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

+ 1 - 1
docs/topics/logging.txt

@@ -172,7 +172,7 @@ By default, Django uses the :ref:`dictConfig format
 <logging-config-dictschema>`.
 
 In order to configure logging, you use :setting:`LOGGING` to define a
-dictionary of logging settings. These settings describes the loggers,
+dictionary of logging settings. These settings describe the loggers,
 handlers, filters and formatters that you want in your logging setup,
 and the log levels and other properties that you want those components
 to have.