From 3602fc4fcb906a432126c87978c07bef42cea527 Mon Sep 17 00:00:00 2001 From: Stefan Date: Wed, 10 Dec 2014 22:48:09 +0100 Subject: [PATCH] fixed the variable types in mailsender documentation --- docs/topics/email.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/topics/email.rst b/docs/topics/email.rst index e73c7475360..d995894138e 100644 --- a/docs/topics/email.rst +++ b/docs/topics/email.rst @@ -63,10 +63,10 @@ uses `Twisted non-blocking IO`_, like the rest of the framework. :type smtpport: int :param smtptls: enforce using SMTP STARTTLS - :type smtpport: boolean + :type smtptls: boolean :param smtpssl: enforce using a secure SSL connection - :type smtpport: boolean + :type smtpssl: boolean .. classmethod:: from_settings(settings)