From c58ea021b816f20fda1b522f80d8b6a1c22f2454 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mois=C3=A9s=20Guimar=C3=A3es?= Date: Sun, 4 Dec 2016 11:56:14 -0300 Subject: [PATCH] fixes docs --- 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 18d2f8084..2380a340c 100644 --- a/docs/topics/email.rst +++ b/docs/topics/email.rst @@ -87,13 +87,13 @@ uses `Twisted non-blocking IO`_, like the rest of the framework. Send email to the given recipients. :param to: the e-mail recipients - :type to: list + :type to: str or iterable :param subject: the subject of the e-mail :type subject: str :param cc: the e-mails to CC - :type cc: list + :type cc: str or iterable :param body: the e-mail body :type body: str