Skip to content

Commit

Permalink
docs: Fix documentation for send_template_batch
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsadetsky authored and Stranger6667 committed Feb 28, 2024
1 parent 0b0a89b commit a060d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/postmarker/models/emails.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ def send_batch(self, *emails, **extra):
def send_template_batch(self, *emails, **extra):
"""Sends an email batch.
:param emails: :py:class:`TemplateEmail` instances or dictionaries
:param emails: :py:class:`EmailTemplate` instances or dictionaries
:param extra: dictionary with extra arguments for every message in the batch.
"""
return self.EmailTemplateBatch(*emails).send(**extra)
Expand Down

0 comments on commit a060d49

Please sign in to comment.