# HG changeset patch # User Marcin Kuzminski # Date 2016-07-26 14:00:11 # Node ID 672398c903f94700ca0904235cb6485a538786fe # Parent 2f93a63710fcbdaf351d3448f145013f52603caf docs: fixed docstring diff --git a/rhodecode/model/notification.py b/rhodecode/model/notification.py --- a/rhodecode/model/notification.py +++ b/rhodecode/model/notification.py @@ -339,7 +339,7 @@ class EmailNotificationModel(BaseModel): def render_email(self, type_, **kwargs): """ 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 _kwargs = self._update_kwargs_for_render(kwargs)