Merge pull request #615 from evildmp/patch-3

Tiny typo fixed in logging docs
This commit is contained in:
Florian Apolloner 2013-01-01 09:28:42 -08:00
commit 33f8afda3a
1 changed files with 1 additions and 1 deletions

View File

@ -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