Skip to content

Commit 08abda4

Browse files
authored
fix CI
1 parent 02e7de0 commit 08abda4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Doc/library/smtplib.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ A nice selection of exceptions is defined as well:
148148

149149
Base class for all exceptions that include an SMTP error code. These exceptions
150150
are generated in some instances when the SMTP server returns an error code.
151-
151+
152152
.. attribute:: smtp_code
153153

154154
The error code.
@@ -229,9 +229,10 @@ An :class:`SMTP` instance has the following methods and attributes:
229229

230230

231231
.. attribute:: SMTP.ehlo_resp
232-
232+
233233
The response to the ``EHLO`` command, see :meth:`ehlo`.
234234

235+
235236
.. attribute:: SMTP.does_esmtp
236237

237238
A boolean value indicating whether the server supports ESMTP, see

0 commit comments

Comments
 (0)