]> granicus.if.org Git - python/commitdiff
Wording change
authorAndrew M. Kuchling <amk@amk.ca>
Sat, 1 Sep 2007 21:17:58 +0000 (21:17 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sat, 1 Sep 2007 21:17:58 +0000 (21:17 +0000)
Doc/library/socket.rst

index 2c78fdfc244f842b1e5d32b4a0f9698687355b01..ca4515f5370b05f0b5f37acf826f35340089b0c5 100644 (file)
@@ -170,7 +170,7 @@ The module :mod:`socket` exports the following constants and functions:
 .. function:: create_connection(address[, timeout])
 
    Connects to the *address* received (as usual, a ``(host, port)`` pair), with an
-   optional timeout for the connection.  Specially useful for higher-level
+   optional timeout for the connection.  Especially useful for higher-level
    protocols, it is not normally used directly from application-level code.
    Passing the optional *timeout* parameter will set the timeout on the socket
    instance (if it is not given or ``None``, the global default timeout setting is