diff options
Diffstat (limited to 'Doc/library/smtplib.rst')
-rw-r--r-- | Doc/library/smtplib.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/smtplib.rst b/Doc/library/smtplib.rst index 21065b2..5363120 100644 --- a/Doc/library/smtplib.rst +++ b/Doc/library/smtplib.rst @@ -200,7 +200,7 @@ An :class:`SMTP` instance has the following methods: previous ``EHLO`` or ``HELO`` command this session. It tries ESMTP ``EHLO`` first. - :exc:SMTPHeloError + :exc:`SMTPHeloError` The server didn't reply properly to the ``HELO`` greeting. .. method:: SMTP.has_extn(name) |