mirror of https://github.com/django/django.git
Fixed doc typo in previous commit.
This commit is contained in:
parent
4e0a2fe59c
commit
43cfc652d2
|
@ -437,7 +437,7 @@ SMTP backend
|
||||||
|
|
||||||
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
|
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:
|
others described above:
|
||||||
|
|
||||||
.. attribute:: timeout
|
.. attribute:: timeout
|
||||||
|
|
Loading…
Reference in New Issue