Skip to content

Commit bb3a848

Browse files
Stefandangra
Stefan
authored andcommitted
fixed the variable types in mailsender documentation
1 parent edb07a4 commit bb3a848

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/topics/email.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ uses `Twisted non-blocking IO`_, like the rest of the framework.
6363
:type smtpport: int
6464

6565
:param smtptls: enforce using SMTP STARTTLS
66-
:type smtpport: boolean
66+
:type smtptls: boolean
6767

6868
:param smtpssl: enforce using a secure SSL connection
69-
:type smtpport: boolean
69+
:type smtpssl: boolean
7070

7171
.. classmethod:: from_settings(settings)
7272

0 commit comments

Comments
 (0)