diff options
author | Tim Peters <tim.peters@gmail.com> | 2004-10-12 21:51:32 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2004-10-12 21:51:32 +0000 |
commit | e718f615b8365f331f9f9038d1273ba370e44a06 (patch) | |
tree | 9cc65a82fc29dd15604ea34f74569ae521068cb7 /Lib/email/Utils.py | |
parent | 4eb59782a8d9cbe220766640ec91773d5250a9fd (diff) | |
download | cpython-git-e718f615b8365f331f9f9038d1273ba370e44a06.tar.gz |
Whitespace normalization.
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 f210eec894..9ba7601161 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. """ |