[Python-checkins] python/dist/src/Doc/lib libsocket.tex,1.75,1.76

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
Sat, 19 Jul 2003 18:10:17 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv3155

Modified Files:
	libsocket.tex 
Log Message:
SF bug #774411: Typo in socket documentation



Index: libsocket.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libsocket.tex,v
retrieving revision 1.75
retrieving revision 1.76
diff -C2 -d -r1.75 -r1.76
*** libsocket.tex	29 Jun 2003 04:55:59 -0000	1.75
--- libsocket.tex	20 Jul 2003 01:10:15 -0000	1.76
***************
*** 605,609 ****
  
  Some notes on socket blocking and timeouts: A socket object can be in
! one of three modes: blocking, non-blocking, or timout.  Sockets are
  always created in blocking mode.  In blocking mode, operations block
  until complete.  In non-blocking mode, operations fail (with an error
--- 605,609 ----
  
  Some notes on socket blocking and timeouts: A socket object can be in
! 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