Fix some typos
This commit is contained in:
parent
d242a31c92
commit
3bb31c84fd
7 changed files with 11 additions and 11 deletions
|
|
@ -147,7 +147,7 @@ class SESBackend(BaseBackend):
|
|||
|
||||
def __type_of_message__(self, destinations):
|
||||
"""Checks the destination for any special address that could indicate delivery,
|
||||
complaint or bounce like in SES simualtor"""
|
||||
complaint or bounce like in SES simulator"""
|
||||
alladdress = (
|
||||
destinations.get("ToAddresses", [])
|
||||
+ destinations.get("CcAddresses", [])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue