Whitespace normalization.
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 @@
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.
"""