Fixed mis-capitalisation in comment.

This commit is contained in:
Ally Weir 2019-05-15 11:14:59 +01:00 committed by Carlton Gibson
parent 43f54e136e
commit bd228cb599
1 changed files with 1 additions and 1 deletions

View File

@ -881,7 +881,7 @@ class PasswordResetFormTest(TestDataMixin, TestCase):
def test_save_html_email_template_name(self):
"""
Test the PasswordResetFOrm.save() method with html_email_template_name
Test the PasswordResetForm.save() method with html_email_template_name
parameter specified.
Test to ensure that a multipart email is sent with both text/plain
and text/html parts.