Keep things lined up.

This commit is contained in:
Lance Stout 2010-12-29 15:01:50 -05:00
parent 596e135a03
commit e08b0054b2

View file

@ -250,10 +250,10 @@ class BaseXMPP(XMLStream):
Create a new Iq stanza with a given Id and from JID. Create a new Iq stanza with a given Id and from JID.
Arguments: Arguments:
id -- An ideally unique ID value for this stanza thread. id -- An ideally unique ID value for this stanza thread.
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.
itype -- The Iq's type, one of: get, set, result, or error. itype -- The Iq's type, one of: get, set, result, or error.
iquery -- Optional namespace for adding a query element. iquery -- Optional namespace for adding a query element.
""" """