Kaydet (Commit) ba57963a authored tarafından takey's avatar takey Kaydeden (comit) Miss Islington (bot)

Linkify SMTP.quit() in smtplib documentation. (GH-9785)

üst e421106b
......@@ -41,7 +41,7 @@ Protocol) and :rfc:`1869` (SMTP Service Extensions).
the OS default behavior will be used.
For normal use, you should only require the initialization/connect,
:meth:`sendmail`, and :meth:`~smtplib.quit` methods.
:meth:`sendmail`, and :meth:`SMTP.quit` methods.
An example is included below.
The :class:`SMTP` class supports the :keyword:`with` statement. When used
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment