[Python-checkins] cpython (2.7): Reflow paragraph.

r.david.murray python-checkins at python.org
Sat Apr 13 20:43:13 CEST 2013


http://hg.python.org/cpython/rev/26b7431ba40c
changeset:   83306:26b7431ba40c
branch:      2.7
user:        R David Murray <rdmurray at bitdance.com>
date:        Sat Apr 13 14:37:42 2013 -0400
summary:
  Reflow paragraph.

files:
  Doc/library/smtplib.rst |  7 +++----
  1 files changed, 3 insertions(+), 4 deletions(-)


diff --git a/Doc/library/smtplib.rst b/Doc/library/smtplib.rst
--- a/Doc/library/smtplib.rst
+++ b/Doc/library/smtplib.rst
@@ -27,10 +27,9 @@
    host and port parameters are given, the SMTP :meth:`connect` method is called
    with those parameters during initialization.  If the :meth:`connect` call
    returns anything other than a success code, an :exc:`SMTPConnectError` is
-   raised. The optional
-   *timeout* parameter specifies a timeout in seconds for blocking operations
-   like the connection attempt (if not specified, the global default timeout
-   setting will be used).
+   raised. The optional *timeout* parameter specifies a timeout in seconds for
+   blocking operations like the connection attempt (if not specified, the
+   global default timeout setting will be used).
 
    For normal use, you should only require the initialization/connect,
    :meth:`sendmail`, and :meth:`~smtplib.quit` methods.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list