Skip to content

Commit

Permalink
Merge pull request #143 from dpnova/master
Browse files Browse the repository at this point in the history
Fix small doco bug in mail.Message.
  • Loading branch information
fiorix committed Sep 11, 2014
2 parents 3cc7042 + e6f9190 commit c273d58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cyclone/mail.py
Expand Up @@ -49,6 +49,7 @@ class Message(object):
from_addr="root@localhost",
to_addrs=["user1", "user2", "user3"],
subject="Test, 123",
message="Hello thar!",
mime="text/html")
"""

Expand Down

0 comments on commit c273d58

Please sign in to comment.