From 5d864c847e46a3bea7647e3878e3af6959fb20a5 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Mon, 10 May 2010 23:13:41 +0000 Subject: Fix typo --- Doc/library/socket.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst index 2de867d..3abd8cd 100644 --- a/Doc/library/socket.rst +++ b/Doc/library/socket.rst @@ -722,7 +722,7 @@ correspond to Unix system calls applicable to sockets. Set a timeout on blocking socket operations. The *value* argument can be a nonnegative float expressing seconds, or ``None``. If a float is given, - subsequent socket operations will raise an :exc:`timeout` exception if the + subsequent socket operations will raise a :exc:`timeout` exception if the timeout period *value* has elapsed before the operation has completed. Setting a timeout of ``None`` disables timeouts on socket operations. ``s.settimeout(0.0)`` is equivalent to ``s.setblocking(0)``; -- cgit v0.12