Skip to content

Commit

Permalink
Merge pull request #94 from timgates42/bugfix_typo_dialytika
Browse files Browse the repository at this point in the history
docs: Fix simple typo, dialtyika -> dialytika
  • Loading branch information
stevepiercy committed Mar 29, 2020
2 parents 10c3fe5 + fc74de2 commit 8b19e69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyramid_mailer/tests/test_message.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def test_to_mailbase_text_type_sets_charset_unicode_latin1(self):

def test_to_mailbase_text_type_sets_charset_unicode_utf8(self):
charset = 'utf-8'
# greek small letter iota with dialtyika and tonos; this character
# greek small letter iota with dialytika and tonos; this character
# cannot be encoded to either ascii or latin-1, so utf-8 is chosen
text_encoded = b'\xce\x90'
text = text_encoded.decode(charset)
Expand Down Expand Up @@ -423,7 +423,7 @@ def test_attach_as_body_and_html_utf8(self):
from pyramid_mailer.message import Attachment

charset = 'utf-8'
# greek small letter iota with dialtyika and tonos; this character
# greek small letter iota with dialytika and tonos; this character
# cannot be encoded to either ascii or latin-1, so utf-8 is chosen
text_encoded = b'\xce\x90'
text = text_encoded.decode(charset)
Expand Down

0 comments on commit 8b19e69

Please sign in to comment.