[Python-checkins] python/dist/src/Doc/lib libxmlrpclib.tex, 1.17, 1.18

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Sun Sep 5 21:42:17 CEST 2004


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

Modified Files:
	libxmlrpclib.tex 
Log Message:
Rework some wording.


Index: libxmlrpclib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libxmlrpclib.tex,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- libxmlrpclib.tex	7 Aug 2004 17:39:35 -0000	1.17
+++ libxmlrpclib.tex	5 Sep 2004 19:42:15 -0000	1.18
@@ -170,7 +170,7 @@
 
 \subsection{DateTime Objects \label{datetime-objects}}
 
-This class may initialized from date in seconds since the epoch, a
+This class may be initialized with seconds since the epoch, a
 time tuple, or an ISO 8601 time/date string.  It has the following
 methods, supported mainly for internal use by the
 marshalling/unmarshalling code:



More information about the Python-checkins mailing list