mirror of
https://github.com/python/cpython.git
synced 2025-08-12 12:58:50 +00:00
#11565: Fix several typos. Patch by Piotr Kasprzyk.
This commit is contained in:
parent
6905de14fe
commit
c2077b0d9b
91 changed files with 125 additions and 125 deletions
|
@ -1394,7 +1394,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue