diff options
author | Tim Peters <tim.peters@gmail.com> | 2004-10-12 21:51:32 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2004-10-12 21:51:32 (GMT) |
commit | e718f615b8365f331f9f9038d1273ba370e44a06 (patch) | |
tree | 9cc65a82fc29dd15604ea34f74569ae521068cb7 /Lib/email | |
parent | 4eb59782a8d9cbe220766640ec91773d5250a9fd (diff) | |
download | cpython-e718f615b8365f331f9f9038d1273ba370e44a06.zip cpython-e718f615b8365f331f9f9038d1273ba370e44a06.tar.gz cpython-e718f615b8365f331f9f9038d1273ba370e44a06.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Lib/email')
-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 f210eec..9ba7601 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. """ |