mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-23 19:19:53 +00:00
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
|
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…
Reference in a new issue