diff options
| author | Tim Graham <timograham@gmail.com> | 2013-10-24 21:25:51 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-10-24 21:25:51 -0400 |
| commit | 43cfc652d250ba6bc746f22ce429d6e0a7e60103 (patch) | |
| tree | 24637a51f8175c856b3fea0e8a484396c7fb525c | |
| parent | 4e0a2fe59c8b9c32c2f3111474354356474128a8 (diff) | |
Fixed doc typo in previous commit.
| -rw-r--r-- | docs/topics/email.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/email.txt b/docs/topics/email.txt index 06815c3886..ea3939a836 100644 --- a/docs/topics/email.txt +++ b/docs/topics/email.txt @@ -437,7 +437,7 @@ SMTP backend EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend' - Here is an attribute which doesn't have a corresponding settting like the + Here is an attribute which doesn't have a corresponding setting like the others described above: .. attribute:: timeout |
