diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2010-10-05 01:42:20 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2010-10-05 01:42:20 +0000 |
| commit | 9e153a31eefa2d5e35d40977be75fe489d294ebb (patch) | |
| tree | 3bece37f786542fd3abd792717792c8b03430042 /docs/topics | |
| parent | 240f68e4e5a617c9efe728e91db67823bafa8005 (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/topics')
| -rw-r--r-- | docs/topics/logging.txt | 2 |
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 |
