We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08abda4 commit c75ae97Copy full SHA for c75ae97
Doc/library/smtplib.rst
@@ -171,9 +171,9 @@ A nice selection of exceptions is defined as well:
171
172
.. attribute:: recipients
173
174
- The errors for each recipient are accessible through this
175
- attribute, which is a dictionary of exactly thesame sort as
176
- :meth:`SMTP.sendmail` returns.
+ A dictionary of exactly the same sort as returned
+ by :meth:`SMTP.sendmail` containing the errors for
+ each recipient.
177
178
179
.. exception:: SMTPDataError
0 commit comments