From 1b262977a0dfc2869ed733cd6f696ee01b487a03 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Sun, 5 Sep 2004 19:42:15 +0000 Subject: [PATCH] Rework some wording. --- Doc/lib/libxmlrpclib.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libxmlrpclib.tex b/Doc/lib/libxmlrpclib.tex index 26f013195d..207839e407 100644 --- a/Doc/lib/libxmlrpclib.tex +++ b/Doc/lib/libxmlrpclib.tex @@ -170,7 +170,7 @@ Write the XML-RPC encoding of this Boolean item to the out stream object. \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: -- 2.50.1