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