fixes docs

This commit is contained in:
Moisés Guimarães 2016-12-04 11:56:14 -03:00
parent 3fb6e52457
commit c58ea021b8
1 changed files with 2 additions and 2 deletions

View File

@ -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