mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-27 11:09:56 +00:00
Fixed typo in comment.
This commit is contained in:
parent
e55e213c78
commit
596e135a03
1 changed files with 2 additions and 2 deletions
|
@ -254,8 +254,8 @@ class BaseXMPP(XMLStream):
|
|||
Defaults to 0.
|
||||
ifrom -- The from JID to use for this stanza.
|
||||
ito -- The destination JID for this stanza.
|
||||
type -- The Iq's type, one of: get, set, result, or error.
|
||||
query -- Optional namespace for adding a query element.
|
||||
itype -- The Iq's type, one of: get, set, result, or error.
|
||||
iquery -- Optional namespace for adding a query element.
|
||||
"""
|
||||
iq = self.Iq()
|
||||
iq['id'] = str(id)
|
||||
|
|
Loading…
Reference in a new issue