Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bpedersen2 authored and ThiefMaster committed Nov 17, 2017
1 parent 1b77219 commit 47d06cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indico/core/notifications.py
Expand Up @@ -134,7 +134,7 @@ def make_email(to_list=None, cc_list=None, bcc_list=None, from_address=None, rep
The preferred way to specify the email content is using the
`template` argument. To do so, use :func:`.get_template_module` on
a template inheriting from ``emails/base.txt`` for test emails or
a template inheriting from ``emails/base.txt`` for text emails or
``emails/base.html`` for HTML emails.
:param to_list: The recipient email or a collection of emails
Expand Down

0 comments on commit 47d06cb

Please sign in to comment.