Skip to content

Commit

Permalink
Merge pull request scrapy#976 from aufziehvogel/fixed_mailsender_vart…
Browse files Browse the repository at this point in the history
…ypes

fixed the variable types in mailsender documentation
  • Loading branch information
kmike committed Dec 10, 2014
2 parents 1b03b12 + 3602fc4 commit c485a05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/topics/email.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit c485a05

Please sign in to comment.