docs: fixed docstring

This commit is contained in:
Marcin Kuzminski 2016-07-26 16:00:11 +02:00
parent d0638fa1a1
commit 4482553490

View file

@ -339,7 +339,7 @@ class EmailNotificationModel(BaseModel):
def render_email(self, type_, **kwargs): def render_email(self, type_, **kwargs):
""" """
renders template for email, and returns a tuple of renders template for email, and returns a tuple of
(subject, email_headers, email_body) (subject, email_headers, email_html_body, email_plaintext_body)
""" """
# translator and helpers inject # translator and helpers inject
_kwargs = self._update_kwargs_for_render(kwargs) _kwargs = self._update_kwargs_for_render(kwargs)