mirror of https://github.com/scrapy/scrapy.git
fixes docs
This commit is contained in:
parent
3fb6e52457
commit
c58ea021b8
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue