Fix docstring of a method of Message stanzas.

This commit is contained in:
Rodolfo Carvalho 2011-12-30 17:08:32 -02:00
parent 2dc230a68b
commit b74ea47650

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