summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFlorian Apolloner <florian@apolloner.eu>2013-01-01 09:28:42 -0800
committerFlorian Apolloner <florian@apolloner.eu>2013-01-01 09:28:42 -0800
commit33f8afda3af50792d717e56ecd41eb6cd6cc908b (patch)
treedb0cb24774163a4e41e4eb78d00be204f26f27bb /docs
parentc5ce0e8a687ecf7fbc38fa85c5311a6320a246c6 (diff)
parent08140aec5c565dba1d1a8158ad631889f9aab2e6 (diff)
Merge pull request #615 from evildmp/patch-3
Tiny typo fixed in logging docs
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 3a5a8cb489..db0c0b3d25 100644
--- a/docs/topics/logging.txt
+++ b/docs/topics/logging.txt
@@ -576,7 +576,7 @@ with ``ERROR`` or ``CRITICAL`` level are sent to :class:`AdminEmailHandler`, as
long as the :setting:`DEBUG` setting is set to ``False``.
All messages reaching the ``django`` catch-all logger when :setting:`DEBUG` is
-`True` are sent ot the console. They are simply discarded (sent to
+`True` are sent to the console. They are simply discarded (sent to
``NullHandler``) when :setting:`DEBUG` is `False`.
.. versionchanged:: 1.5