diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2011-11-11 18:58:53 (GMT) |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2011-11-11 18:58:53 (GMT) |
commit | f8240d6564c6d8f166256fca9b0fb6e9b89c7db1 (patch) | |
tree | f0f1e1ebbf75dcc65ca3c435b1879329d90e0e70 /Doc/library/imaplib.rst | |
parent | e41f0de84d286f0362e1c9e23a535aba827e109f (diff) | |
parent | 599d76b2754f5391abb0aadae96a444065e52b5c (diff) | |
download | cpython-f8240d6564c6d8f166256fca9b0fb6e9b89c7db1.zip cpython-f8240d6564c6d8f166256fca9b0fb6e9b89c7db1.tar.gz cpython-f8240d6564c6d8f166256fca9b0fb6e9b89c7db1.tar.bz2 |
Merge 3.2, doc typos.
Diffstat (limited to 'Doc/library/imaplib.rst')
-rw-r--r-- | Doc/library/imaplib.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/imaplib.rst b/Doc/library/imaplib.rst index 592e4b0..038355c 100644 --- a/Doc/library/imaplib.rst +++ b/Doc/library/imaplib.rst @@ -116,7 +116,7 @@ The following utility functions are defined: Convert *date_time* to an IMAP4 ``INTERNALDATE`` representation. The return value is a string in the form: ``"DD-Mmm-YYYY HH:MM:SS +HHMM"`` (including double-quotes). The *date_time* argument can be a - number (int or float) represening seconds since epoch (as returned + number (int or float) representing seconds since epoch (as returned by :func:`time.time`), a 9-tuple representing local time (as returned by :func:`time.localtime`), or a double-quoted string. In the last case, it is assumed to already be in the correct format. |