mirror of
https://github.com/python/cpython.git
synced 2025-10-14 10:53:40 +00:00
Fix trailing whitespaces in C and Python files. (#4131)
This commit is contained in:
parent
2b5cbbb13c
commit
d94ef8fe94
6 changed files with 9 additions and 9 deletions
|
@ -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 ('', '').
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue