diff options
author | Lance Stout <lancestout@gmail.com> | 2010-12-29 15:01:50 -0500 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2010-12-29 15:01:50 -0500 |
commit | e08b0054b2e07bf3ee73bc974135baf7e6f3f819 (patch) | |
tree | e30f0b18f9734f848da7b898dfb89d4ea50b715c /sleekxmpp | |
parent | 596e135a03cd1dfd8eb27b63cdfe791d8f28317d (diff) | |
download | slixmpp-e08b0054b2e07bf3ee73bc974135baf7e6f3f819.tar.gz slixmpp-e08b0054b2e07bf3ee73bc974135baf7e6f3f819.tar.bz2 slixmpp-e08b0054b2e07bf3ee73bc974135baf7e6f3f819.tar.xz slixmpp-e08b0054b2e07bf3ee73bc974135baf7e6f3f819.zip |
Keep things lined up.
Diffstat (limited to 'sleekxmpp')
-rw-r--r-- | sleekxmpp/basexmpp.py | 8 |
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. """ |