Fix docstring of a method of Message stanzas.
This commit is contained in:
parent
2dc230a68b
commit
b74ea47650
@ -79,7 +79,7 @@ class Message(RootStanza):
|
|||||||
return self
|
return self
|
||||||
|
|
||||||
def normal(self):
|
def normal(self):
|
||||||
"""Set the message type to 'chat'."""
|
"""Set the message type to 'normal'."""
|
||||||
self['type'] = 'normal'
|
self['type'] = 'normal'
|
||||||
return self
|
return self
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user