summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-04-26 16:53:42 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-04-26 16:53:42 (GMT)
commit45456a09f0634b301328897b758155e82509f4d0 (patch)
treec9a9aa17e500dc890ab430d7e878fcb1e57344d4 /Doc
parent0145c54213548d71709d1f755c79a485f1f80cad (diff)
downloadcpython-45456a09f0634b301328897b758155e82509f4d0.zip
cpython-45456a09f0634b301328897b758155e82509f4d0.tar.gz
cpython-45456a09f0634b301328897b758155e82509f4d0.tar.bz2
I think this should be "versionchanged", not "versionadded"
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/smtplib.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/smtplib.rst b/Doc/library/smtplib.rst
index 4805c8e..cfd5018 100644
--- a/Doc/library/smtplib.rst
+++ b/Doc/library/smtplib.rst
@@ -45,7 +45,7 @@ Protocol) and :rfc:`1869` (SMTP Service Extensions).
(250, b'Ok')
>>>
- .. versionadded:: 3.3
+ .. versionchanged:: 3.3
Support for the :keyword:`with` statement was added.