summaryrefslogtreecommitdiff
path: root/sleekxmpp/basexmpp.py
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2010-12-29 15:01:50 -0500
committerLance Stout <lancestout@gmail.com>2010-12-29 15:01:50 -0500
commite08b0054b2e07bf3ee73bc974135baf7e6f3f819 (patch)
treee30f0b18f9734f848da7b898dfb89d4ea50b715c /sleekxmpp/basexmpp.py
parent596e135a03cd1dfd8eb27b63cdfe791d8f28317d (diff)
downloadslixmpp-e08b0054b2e07bf3ee73bc974135baf7e6f3f819.tar.gz
slixmpp-e08b0054b2e07bf3ee73bc974135baf7e6f3f819.tar.bz2
slixmpp-e08b0054b2e07bf3ee73bc974135baf7e6f3f819.tar.xz
slixmpp-e08b0054b2e07bf3ee73bc974135baf7e6f3f819.zip
Keep things lined up.
Diffstat (limited to 'sleekxmpp/basexmpp.py')
-rw-r--r--sleekxmpp/basexmpp.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/sleekxmpp/basexmpp.py b/sleekxmpp/basexmpp.py
index b173db5e..bc168b8c 100644
--- a/sleekxmpp/basexmpp.py
+++ b/sleekxmpp/basexmpp.py
@@ -250,10 +250,10 @@ class BaseXMPP(XMLStream):
Create a new Iq stanza with a given Id and from JID.
Arguments:
- id -- An ideally unique ID value for this stanza thread.
- Defaults to 0.
- ifrom -- The from JID to use for this stanza.
- ito -- The destination JID for this stanza.
+ id -- An ideally unique ID value for this stanza thread.
+ Defaults to 0.
+ ifrom -- The from JID to use for this stanza.
+ ito -- The destination JID for this stanza.
itype -- The Iq's type, one of: get, set, result, or error.
iquery -- Optional namespace for adding a query element.
"""