]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Reflow paragraph.
authorR David Murray <rdmurray@bitdance.com>
Sat, 13 Apr 2013 18:37:42 +0000 (14:37 -0400)
committerR David Murray <rdmurray@bitdance.com>
Sat, 13 Apr 2013 18:37:42 +0000 (14:37 -0400)
Doc/library/smtplib.rst

index cad4b41389b5da70bd2a6ead4432c92441cc3fa7..18560c129f791e9b825ed29932947e5641ca82b7 100644 (file)
@@ -27,10 +27,9 @@ Protocol) and :rfc:`1869` (SMTP Service Extensions).
    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.