summaryrefslogtreecommitdiffstats
path: root/Lib/email
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2004-10-12 21:51:32 (GMT)
committerTim Peters <tim.peters@gmail.com>2004-10-12 21:51:32 (GMT)
commite718f615b8365f331f9f9038d1273ba370e44a06 (patch)
tree9cc65a82fc29dd15604ea34f74569ae521068cb7 /Lib/email
parent4eb59782a8d9cbe220766640ec91773d5250a9fd (diff)
downloadcpython-e718f615b8365f331f9f9038d1273ba370e44a06.zip
cpython-e718f615b8365f331f9f9038d1273ba370e44a06.tar.gz
cpython-e718f615b8365f331f9f9038d1273ba370e44a06.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Lib/email')
-rw-r--r--Lib/email/Utils.py2
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.
"""