Skip to content

Commit

Permalink
Fix typo on documentation for 'recipients' attribute (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdr authored and medmunds committed Oct 5, 2016
1 parent 46f8328 commit ac3c1cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/sending/anymail_additions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -287,11 +287,11 @@ ESP send status
subject="Re: The apocalypse")
message.send()
message.anymail_status.recipient["you@example.com"].status
message.anymail_status.recipients["you@example.com"].status
# 'sent'
message.anymail_status.recipient["me@example.com"].status
message.anymail_status.recipients["me@example.com"].status
# 'queued'
message.anymail_status.recipient["me@example.com"].message_id
message.anymail_status.recipients["me@example.com"].message_id
# '886313e1-3b8a-5372-9b90-0c9aee199e5d'
Will be an empty dict if the send call failed.
Expand Down

0 comments on commit ac3c1cb

Please sign in to comment.