[Python-checkins] r57895 - python/trunk/Doc/library/socket.rst

andrew.kuchling python-checkins at python.org
Sat Sep 1 23:18:08 CEST 2007


Author: andrew.kuchling
Date: Sat Sep  1 23:17:58 2007
New Revision: 57895

Modified:
   python/trunk/Doc/library/socket.rst
Log:
Wording change

Modified: python/trunk/Doc/library/socket.rst
==============================================================================
--- python/trunk/Doc/library/socket.rst	(original)
+++ python/trunk/Doc/library/socket.rst	Sat Sep  1 23:17:58 2007
@@ -170,7 +170,7 @@
 .. 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


More information about the Python-checkins mailing list