浏览代码

Refs #14388 -- Corrected another spelling erorr.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@13983 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Russell Keith-Magee 14 年之前
父节点
当前提交
9e153a31ee
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/topics/logging.txt

+ 1 - 1
docs/topics/logging.txt

@@ -193,7 +193,7 @@ There are two other logging calls available:
     * ``logger.log()``: Manually emits a logging message with a
       specific log level.
 
-    * ``logger.exception()``: Creates an ``ERORR`` level logging
+    * ``logger.exception()``: Creates an ``ERROR`` level logging
       message wrapping the current exception stack frame.
 
 Configuring logging