diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2017-10-26 14:00:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-26 14:00:13 (GMT) |
commit | d94ef8fe94ed192a24a71117c07e6c7b60a8ac6c (patch) | |
tree | aa3021843d428a6ea25179816ed9048a4c13bd0d /Lib/email/utils.py | |
parent | 2b5cbbb13c6c9138d04c3ca4eb7431f8c65d8e65 (diff) | |
download | cpython-d94ef8fe94ed192a24a71117c07e6c7b60a8ac6c.zip cpython-d94ef8fe94ed192a24a71117c07e6c7b60a8ac6c.tar.gz cpython-d94ef8fe94ed192a24a71117c07e6c7b60a8ac6c.tar.bz2 |
Fix trailing whitespaces in C and Python files. (#4131)
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 e2bfb36..39c2240 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 ('', ''). """ |