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:34 -0400
commit9a54face2572d67c7a31dc967bfb66af6e98165c (patch)
tree32111bd831f030590190ca54d59c0522b5441201 /docs
parentc2e62fd1aed093c4d9ff84e3d86e6a85c8aa1917 (diff)
Fixed typo in docs/topics/logging.txt
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 bee525d627..a44358a75b 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".