Skip to content

Commit 1c13fdb

Browse files
Ihor BilousIhor Bilous
authored andcommitted
Fix issue #52: Fix typo
1 parent 7180789 commit 1c13fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/sending/batch_minimal_sending.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def batch_send(
4747

4848

4949
def batch_send_via_sending_api(
50-
client: mt.MailtrapClient, mail: mt.BaseMail
50+
client: mt.MailtrapClient, mail: mt.BatchSendEmailParams
5151
) -> BatchSendResponse:
5252
"""Another way to batch_send email via Sending API"""
5353
return client.sending_api.batch_send(mail)

0 commit comments

Comments
 (0)