]> granicus.if.org Git - python/commitdiff
SF bug #774411: Typo in socket documentation
authorRaymond Hettinger <python@rcn.com>
Sun, 20 Jul 2003 01:10:15 +0000 (01:10 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 20 Jul 2003 01:10:15 +0000 (01:10 +0000)
Doc/lib/libsocket.tex

index 5c6599c9ba405a2e59a7611d88b44e073f1f9e58..199b97f314d008fee65832e6d13aa3c6405ebbb3 100644 (file)
@@ -604,7 +604,7 @@ the last call to \method{setblocking()} or \method{settimeout()}.
 \end{methoddesc}
 
 Some notes on socket blocking and timeouts: A socket object can be in
-one of three modes: blocking, non-blocking, or timout.  Sockets are
+one of three modes: blocking, non-blocking, or timeout.  Sockets are
 always created in blocking mode.  In blocking mode, operations block
 until complete.  In non-blocking mode, operations fail (with an error
 that is unfortunately system-dependent) if they cannot be completed