Issues #26310, #26311: Fix typos in the documentation and code comments

This commit is contained in:
Martin Panter 2016-02-10 01:17:51 +00:00
parent 763f9f0d89
commit 96a4f07107
8 changed files with 9 additions and 9 deletions

View file

@ -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