summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2010-10-05 01:42:20 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2010-10-05 01:42:20 +0000
commit9e153a31eefa2d5e35d40977be75fe489d294ebb (patch)
tree3bece37f786542fd3abd792717792c8b03430042 /docs
parent240f68e4e5a617c9efe728e91db67823bafa8005 (diff)
Refs #14388 -- Corrected another spelling erorr.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13983 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/logging.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/logging.txt b/docs/topics/logging.txt
index 00bccb90b6..c6ee6fd96a 100644
--- a/docs/topics/logging.txt
+++ b/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