Skip to content

Commit cf0924c

Browse files
authored
docs: Update to_emails type (#986)
1 parent 16eb0c3 commit cf0924c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sendgrid/helpers/mail/mail.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ def to(self):
216216
def to(self, to_emails, global_substitutions=None, is_multiple=False, p=0):
217217
"""Adds To objects to the Personalization object
218218
219-
:param to_emails: An To or list of To objects
220-
:type to_emails: To, list(To), str, tuple
219+
:param to_emails: The email addresses of all recipients
220+
:type to_emails: To, str, tuple, list(str), list(tuple), list(To)
221221
:param global_substitutions: A dict of substitutions for all recipients
222222
:type global_substitutions: dict
223223
:param is_multiple: Create a new personalization for each recipient

0 commit comments

Comments
 (0)