mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
This commit is contained in:
parent
763f9f0d89
commit
96a4f07107
8 changed files with 9 additions and 9 deletions
|
@ -16,7 +16,7 @@ from email import _header_value_parser as parser
|
|||
class Address:
|
||||
|
||||
def __init__(self, display_name='', username='', domain='', addr_spec=None):
|
||||
"""Create an object represeting a full email address.
|
||||
"""Create an object representing a full email address.
|
||||
|
||||
An address can have a 'display_name', a 'username', and a 'domain'. In
|
||||
addition to specifying the username and domain separately, they may be
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue