From fbbdb070e4cf4d22755187e8e22b12e0efe0c419 Mon Sep 17 00:00:00 2001 From: John-Scott Atlakson Date: Wed, 22 Jun 2016 03:38:34 -0700 Subject: [PATCH] [1.10.x] Fixed typo in docs/topics/logging.txt Backport of 9a54face2572d67c7a31dc967bfb66af6e98165c from master --- 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 c0a6b17f63..59edcdd49a 100644 --- a/docs/topics/logging.txt +++ b/docs/topics/logging.txt @@ -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".