Fixed typo.

This commit is contained in:
Dann Martens 2011-01-13 15:04:16 +01:00
parent 4be6482ff3
commit b68e7bed40

View file

@ -245,7 +245,7 @@ class BaseXMPP(XMLStream):
"""Create a Presence stanza associated with this stream."""
return Presence(self, *args, **kwargs)
def make_iq(self, id=0, ifrom=None, ito=None, type=None, query=None):
def make_iq(self, id=0, ifrom=None, ito=None, itype=None, query=None):
"""
Create a new Iq stanza with a given Id and from JID.