From 08140aec5c565dba1d1a8158ad631889f9aab2e6 Mon Sep 17 00:00:00 2001 From: Daniele Procida Date: Tue, 1 Jan 2013 17:12:15 +0000 Subject: [PATCH] Tiny typo fixed in logging docs --- 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 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