summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-11-05 07:37:51 (GMT)
committerGeorg Brandl <georg@python.org>2010-11-05 07:37:51 (GMT)
commit6e1029428528a348d3a0592fd83f51a7994abb1c (patch)
treea8c7f058462f0f89dcfe8e37933085f6ef90dad5
parentd117b562ed105c9a3871e5c9a54fe72b2a08739f (diff)
downloadcpython-6e1029428528a348d3a0592fd83f51a7994abb1c.zip
cpython-6e1029428528a348d3a0592fd83f51a7994abb1c.tar.gz
cpython-6e1029428528a348d3a0592fd83f51a7994abb1c.tar.bz2
#10315: Fix version tag.
-rw-r--r--Doc/library/smtplib.rst3
1 files changed, 1 insertions, 2 deletions
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 @@ 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]]])