[Python-checkins] r42049 - python/trunk/Doc/lib/libsocket.tex

neal.norwitz python-checkins at python.org
Sun Jan 15 03:58:00 CET 2006


Author: neal.norwitz
Date: Sun Jan 15 03:57:57 2006
New Revision: 42049

Modified:
   python/trunk/Doc/lib/libsocket.tex
Log:
Remove extra period at end.

Modified: python/trunk/Doc/lib/libsocket.tex
==============================================================================
--- python/trunk/Doc/lib/libsocket.tex	(original)
+++ python/trunk/Doc/lib/libsocket.tex	Sun Jan 15 03:57:57 2006
@@ -69,7 +69,7 @@
 \var{host} portion.
 
 \versionadded[2.5]{AF_NETLINK sockets are represented as 
-pairs \code{\var{pid}, \var{groups}}.}
+pairs \code{\var{pid}, \var{groups}}}
 
 All errors raise exceptions.  The normal exceptions for invalid
 argument types and out-of-memory conditions can be raised; errors


More information about the Python-checkins mailing list