summaryrefslogtreecommitdiff
path: root/sleekxmpp/basexmpp.py
diff options
context:
space:
mode:
authorAndrzej Bieniek <andyhelp@gmail.com>2010-12-28 21:32:28 +0000
committerAndrzej Bieniek <andyhelp@gmail.com>2010-12-28 21:32:28 +0000
commit596e135a03cd1dfd8eb27b63cdfe791d8f28317d (patch)
tree4d199640f69c11fe1d7de14b3536acc96cd7f494 /sleekxmpp/basexmpp.py
parente55e213c78e718942cc741e24375dcbb393503c2 (diff)
downloadslixmpp-596e135a03cd1dfd8eb27b63cdfe791d8f28317d.tar.gz
slixmpp-596e135a03cd1dfd8eb27b63cdfe791d8f28317d.tar.bz2
slixmpp-596e135a03cd1dfd8eb27b63cdfe791d8f28317d.tar.xz
slixmpp-596e135a03cd1dfd8eb27b63cdfe791d8f28317d.zip
Fixed typo in comment.
Diffstat (limited to 'sleekxmpp/basexmpp.py')
-rw-r--r--sleekxmpp/basexmpp.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sleekxmpp/basexmpp.py b/sleekxmpp/basexmpp.py
index fa0d1ae0..b173db5e 100644
--- a/sleekxmpp/basexmpp.py
+++ b/sleekxmpp/basexmpp.py
@@ -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)