Skip to content

Commit 84e612a

Browse files
committed
issue2550756: Fix `oder' typo in mailer.Mailer.bounce_message docstring, thanks W. Trevor King
1 parent f86bbf1 commit 84e612a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ Fixed:
3535
thanks John Kristensen. (Bernhard Reiter)
3636
- issue2550738: Fixes for various documentation typoes,
3737
thanks Nathan Russell. (John Kristensen)
38+
- issue2550756: Fix `oder' typo in mailer.Mailer.bounce_message docstring,
39+
thanks W. Trevor King (John Kristensen)
3840

3941

4042
2012-05-15: 1.4.20

roundup/mailer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def bounce_message(self, bounced_message, to, error,
153153
- error: the reason of failure as a string.
154154
- subject: the subject as a string.
155155
- crypt: require encryption with pgp for user -- applies only to
156-
mail sent back to the user, not the dispatcher oder admin.
156+
mail sent back to the user, not the dispatcher or admin.
157157
158158
"""
159159
crypt_to = None

0 commit comments

Comments
 (0)