diff options
Diffstat (limited to 'src/mailman/docs/message.txt')
| -rw-r--r-- | src/mailman/docs/message.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/docs/message.txt b/src/mailman/docs/message.txt index 704842fe4..84b0eaf3e 100644 --- a/src/mailman/docs/message.txt +++ b/src/mailman/docs/message.txt @@ -12,7 +12,7 @@ When Mailman needs to send a message to a user, it creates a UserNotification instance, and then calls the .send() method on this object. This method requires a mailing list instance. - >>> mlist = create_list(u'_xtest@example.com') + >>> mlist = create_list('_xtest@example.com') The UserNotification constructor takes the recipient address, the sender address, an optional subject, optional body text, and optional language. |
