commit | 6e1029428528a348d3a0592fd83f51a7994abb1c | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Nov 05 07:37:51 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Fri Nov 05 07:37:51 2010 +0000 |
tree | a8c7f058462f0f89dcfe8e37933085f6ef90dad5 | |
parent | d117b562ed105c9a3871e5c9a54fe72b2a08739f [diff] |
#10315: Fix version tag.
diff --git a/Doc/library/smtplib.rst b/Doc/library/smtplib.rst index 64369b5..d59ebf7 100644 --- a/Doc/library/smtplib.rst +++ b/Doc/library/smtplib.rst
@@ -48,8 +48,7 @@ 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]]])