diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2011-04-01 16:10:22 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2011-04-01 16:10:22 +0000 |
| commit | 94af19c43fad3e42d64981e22fe15b844f1f9eb6 (patch) | |
| tree | ed67e78446f376d0429cbd045500540676222f78 /django/utils/log.py | |
| parent | 7099d465abad0e6fd7c5ff096dc8ab55c14ecfdd (diff) | |
Changed e-mail to email throughout documentation and codebase. The one exception is translation strings, which I didn't want to disrupt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15967 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django/utils/log.py')
| -rw-r--r-- | django/utils/log.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/utils/log.py b/django/utils/log.py index e4aec73ee8..93e38d1e4b 100644 --- a/django/utils/log.py +++ b/django/utils/log.py @@ -32,7 +32,7 @@ class AdminEmailHandler(logging.Handler): logging.Handler.__init__(self) self.include_html = include_html - """An exception log handler that e-mails log entries to site admins. + """An exception log handler that emails log entries to site admins. If the request is passed as the first argument to the log record, request data will be provided in the |
