Fixed typo in comment.

This commit is contained in:
Andrzej Bieniek 2010-12-28 21:32:28 +00:00
parent e55e213c78
commit 596e135a03

View file

@ -254,8 +254,8 @@ class BaseXMPP(XMLStream):
Defaults to 0. Defaults to 0.
ifrom -- The from JID to use for this stanza. ifrom -- The from JID to use for this stanza.
ito -- The destination JID for this stanza. ito -- The destination JID for this stanza.
type -- The Iq's type, one of: get, set, result, or error. itype -- The Iq's type, one of: get, set, result, or error.
query -- Optional namespace for adding a query element. iquery -- Optional namespace for adding a query element.
""" """
iq = self.Iq() iq = self.Iq()
iq['id'] = str(id) iq['id'] = str(id)