[1.10.x] Fixed typo in docs/topics/logging.txt

Backport of 9a54face25 from master
This commit is contained in:
John-Scott Atlakson 2016-06-22 03:38:34 -07:00 committed by Tim Graham
parent bd97496d07
commit fbbdb070e4
1 changed files with 1 additions and 1 deletions

View File

@ -600,7 +600,7 @@ Python logging module.
message it receives.
If the log record contains a ``request`` attribute, the full details
of the request will be included in the email. The email subject will be
of the request will be included in the email. The email subject will
include the phrase "internal IP" if the client's IP address is in the
:setting:`INTERNAL_IPS` setting; if not, it will include "EXTERNAL IP".