diff options
Diffstat (limited to 'Lib/email/Utils.py')
-rw-r--r-- | Lib/email/Utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/email/Utils.py b/Lib/email/Utils.py index f210eec894b..9ba76011615 100644 --- a/Lib/email/Utils.py +++ b/Lib/email/Utils.py @@ -115,7 +115,7 @@ def formatdate(timeval=None, localtime=False, usegmt=False): returns a date relative to the local timezone instead of UTC, properly taking daylight savings time into account. - Optional argument usegmt means that the timezone is written out as + Optional argument usegmt means that the timezone is written out as an ascii string, not numeric one (so "GMT" instead of "+0000"). This is needed for HTTP, and is only used when localtime==False. """ |