commit | 45456a09f0634b301328897b758155e82509f4d0 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Apr 26 18:53:42 2011 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Apr 26 18:53:42 2011 +0200 |
tree | c9a9aa17e500dc890ab430d7e878fcb1e57344d4 | |
parent | 0145c54213548d71709d1f755c79a485f1f80cad [diff] [blame] |
I think this should be "versionchanged", not "versionadded"
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 @@ (250, b'Ok') >>> - .. versionadded:: 3.3 + .. versionchanged:: 3.3 Support for the :keyword:`with` statement was added.