From 9e153a31eefa2d5e35d40977be75fe489d294ebb Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Tue, 5 Oct 2010 01:42:20 +0000 Subject: [PATCH] Refs #14388 -- Corrected another spelling erorr. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13983 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/topics/logging.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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