From d94ef8fe94ed192a24a71117c07e6c7b60a8ac6c Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Thu, 26 Oct 2017 17:00:13 +0300 Subject: Fix trailing whitespaces in C and Python files. (#4131) --- Lib/email/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/email/utils.py') 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 ('', ''). """ -- cgit v1.2.1