Fix for duplicate object description error

This commit is contained in:
Aaron Tan 2021-07-28 12:10:34 +10:00
parent 714aa3970e
commit d55b6fcad6
1 changed files with 1 additions and 1 deletions

View File

@ -328,7 +328,7 @@ Emails can be sent using the MailSender class
.. module:: scrapy.mail
:synopsis: MailSender class
.. class:: MailSender(smtphost=None, mailfrom=None, smtpuser=None, smtppass=None, smtpport=None)
.. class:: MailSender
To see a full list of parameters, including examples on how to instantiate MailSender and using mail settings, see :ref:`topics-email`