diff options
-rw-r--r-- | Doc/library/smtplib.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/library/smtplib.rst b/Doc/library/smtplib.rst index 64369b54fa..d59ebf7398 100644 --- a/Doc/library/smtplib.rst +++ b/Doc/library/smtplib.rst @@ -48,8 +48,7 @@ Protocol) and :rfc:`1869` (SMTP Service Extensions). connection attempt (if not specified, the global default timeout setting will be used). - .. versionchanged:: 2.6 - *timeout* was added. + .. versionadded:: 2.6 .. class:: LMTP([host[, port[, local_hostname]]]) |