summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJohn-Scott Atlakson <john-scott@greenlightgo.co>2016-06-22 03:38:34 -0700
committerTim Graham <timograham@gmail.com>2016-06-22 06:38:55 -0400
commitfbbdb070e4cf4d22755187e8e22b12e0efe0c419 (patch)
tree40e9d376af73f99c5652298938611008e0071ca4 /docs
parentbd97496d07466f3a940e2fcc114b540ca01cd340 (diff)
[1.10.x] Fixed typo in docs/topics/logging.txt
Backport of 9a54face2572d67c7a31dc967bfb66af6e98165c from master
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 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".