commit | 062d2b52f3128f44bfd853459652e075c9bb5f40 | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Sat Dec 19 22:41:49 2009 +0000 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Sat Dec 19 22:41:49 2009 +0000 |
tree | 03333e785a3f66a58bae613ccbcedcefa1dc1de6 | |
parent | 98a24def0337ad62038667d71043a40a14d9ea72 [diff] [blame] |
#7388: "python".capitalize() in the Doc
diff --git a/Doc/library/smtplib.rst b/Doc/library/smtplib.rst index 4c1c614..c8f4ed1 100644 --- a/Doc/library/smtplib.rst +++ b/Doc/library/smtplib.rst
@@ -271,7 +271,7 @@ .. versionchanged:: 2.6 :exc:`RuntimeError` - SSL/TLS support is not available to your python interpreter. + SSL/TLS support is not available to your Python interpreter. .. method:: SMTP.sendmail(from_addr, to_addrs, msg[, mail_options, rcpt_options])