From 992d9e081fab2061185b80c6decb57249b4612fe Mon Sep 17 00:00:00 2001 From: Florent Xicluna Date: Fri, 11 Nov 2011 19:35:42 +0100 Subject: Fix few typos. --- Lib/imaplib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/imaplib.py') diff --git a/Lib/imaplib.py b/Lib/imaplib.py index 1022e77c4f..1fcba21176 100644 --- a/Lib/imaplib.py +++ b/Lib/imaplib.py @@ -1385,7 +1385,7 @@ def Time2Internaldate(date_time): """Convert date_time to IMAP4 INTERNALDATE representation. Return string in form: '"DD-Mmm-YYYY HH:MM:SS +HHMM"'. The - date_time argument can be a number (int or float) represening + date_time argument can be a number (int or float) representing seconds since epoch (as returned by time.time()), a 9-tuple representing local time (as returned by time.localtime()), or a double-quoted string. In the last case, it is assumed to already -- cgit v1.2.1