diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2011-11-11 18:55:21 (GMT) |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2011-11-11 18:55:21 (GMT) |
commit | 45c6c3eb71926981b4d63b62127284650a69b5c4 (patch) | |
tree | c45d25b3672a203513a17249b17556b82c9d31a5 /Doc/library/imaplib.rst | |
parent | 992d9e081fab2061185b80c6decb57249b4612fe (diff) | |
download | cpython-45c6c3eb71926981b4d63b62127284650a69b5c4.zip cpython-45c6c3eb71926981b4d63b62127284650a69b5c4.tar.gz cpython-45c6c3eb71926981b4d63b62127284650a69b5c4.tar.bz2 |
Few typos in the documentation.
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 1d92fe5..3f45c95 100644 --- a/Doc/library/imaplib.rst +++ b/Doc/library/imaplib.rst @@ -109,7 +109,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. |