diff options
author | Brett Cannon <bcannon@gmail.com> | 2004-09-05 19:42:15 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2004-09-05 19:42:15 (GMT) |
commit | 1b262977a0dfc2869ed733cd6f696ee01b487a03 (patch) | |
tree | 84890e01f5479333a478d309595088661b915e19 | |
parent | c1c43cad63a88eae694b174c9a0fe6242dd5972b (diff) | |
download | cpython-1b262977a0dfc2869ed733cd6f696ee01b487a03.zip cpython-1b262977a0dfc2869ed733cd6f696ee01b487a03.tar.gz cpython-1b262977a0dfc2869ed733cd6f696ee01b487a03.tar.bz2 |
Rework some wording.
-rw-r--r-- | Doc/lib/libxmlrpclib.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libxmlrpclib.tex b/Doc/lib/libxmlrpclib.tex index 26f0131..207839e 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: |