From: Andrew M. Kuchling Date: Sat, 1 Sep 2007 21:17:58 +0000 (+0000) Subject: Wording change X-Git-Tag: v2.6a1~1357 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=364b841683fe0cb9499914dd8dfdbc33002120cc;p=thirdparty%2FPython%2Fcpython.git Wording change --- diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst index 2c78fdfc244f..ca4515f5370b 100644 --- a/Doc/library/socket.rst +++ b/Doc/library/socket.rst @@ -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