From 45c6c3eb71926981b4d63b62127284650a69b5c4 Mon Sep 17 00:00:00 2001 From: Florent Xicluna Date: Fri, 11 Nov 2011 19:55:21 +0100 Subject: Few typos in the documentation. --- Doc/library/imaplib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doc/library/imaplib.rst') diff --git a/Doc/library/imaplib.rst b/Doc/library/imaplib.rst index 1d92fe5339..3f45c95a8a 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. -- cgit v1.2.1