summaryrefslogtreecommitdiff
path: root/Lib/email/utils.py
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2017-10-26 17:00:13 +0300
committerGitHub <noreply@github.com>2017-10-26 17:00:13 +0300
commitd94ef8fe94ed192a24a71117c07e6c7b60a8ac6c (patch)
treeaa3021843d428a6ea25179816ed9048a4c13bd0d /Lib/email/utils.py
parent2b5cbbb13c6c9138d04c3ca4eb7431f8c65d8e65 (diff)
downloadcpython-git-d94ef8fe94ed192a24a71117c07e6c7b60a8ac6c.tar.gz
Fix trailing whitespaces in C and Python files. (#4131)
Diffstat (limited to 'Lib/email/utils.py')
-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 e2bfb362c6..39c2240607 100644
--- a/Lib/email/utils.py
+++ b/Lib/email/utils.py
@@ -217,7 +217,7 @@ def parsedate_to_datetime(data):
def parseaddr(addr):
"""
Parse addr into its constituent realname and email address parts.
-
+
Return a tuple of realname and email address, unless the parse fails, in
which case return a 2-tuple of ('', '').
"""