Fix docstring of a method of Message stanzas.
This commit is contained in:
parent
2dc230a68b
commit
b74ea47650
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue