[Python-checkins] python/dist/src/Doc/lib libsocket.tex,1.87,1.88

davecole at users.sourceforge.net davecole at users.sourceforge.net
Thu Aug 26 02:51:18 CEST 2004


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11692/Doc/lib

Modified Files:
	libsocket.tex 
Log Message:
Patch #1015012.  Improve markup and punctuation in libsocket.tex


Index: libsocket.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libsocket.tex,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- libsocket.tex	23 Aug 2004 05:16:22 -0000	1.87
+++ libsocket.tex	26 Aug 2004 00:51:16 -0000	1.88
@@ -305,10 +305,10 @@
 
 \begin{funcdesc}{socketpair}{\optional{family\optional{, type\optional{, proto}}}}
 Build a pair of connected socket objects using the given address
-family, socket type and protocol number.  Address family, socket type
+family, socket type, and protocol number.  Address family, socket type,
 and protocol number are as for the \function{socket()} function above.
-The default family is AF_UNIX if defined for the platform, otherwise
-the default is AF_INET.
+The default family is \constant{AF_UNIX} if defined on the platform;
+otherwise, the default is \constant{AF_INET}.
 Availability: \UNIX.  \versionadded{2.4}
 \end{funcdesc}
 



More information about the Python-checkins mailing list