Merge pull request #130 from rhcarvalho/master

Some small fixes
This commit is contained in:
Lance Stout
2011-12-30 20:14:54 -08:00
11 changed files with 20 additions and 20 deletions

View File

@@ -79,7 +79,7 @@ class Message(RootStanza):
return self
def normal(self):
"""Set the message type to 'chat'."""
"""Set the message type to 'normal'."""
self['type'] = 'normal'
return self