summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2011-08-30 09:24:46 -0700
committerLance Stout <lancestout@gmail.com>2011-08-30 09:24:46 -0700
commit2ce617b2ced7975ce3b79e70d90daea2b8b32045 (patch)
treec5a30c3a8158c903fc04987bd556e4abc08a583e
parent63e0496c30cde82ed297d1d11cc5e1ada487646b (diff)
downloadslixmpp-2ce617b2ced7975ce3b79e70d90daea2b8b32045.tar.gz
slixmpp-2ce617b2ced7975ce3b79e70d90daea2b8b32045.tar.bz2
slixmpp-2ce617b2ced7975ce3b79e70d90daea2b8b32045.tar.xz
slixmpp-2ce617b2ced7975ce3b79e70d90daea2b8b32045.zip
Fix typo
-rw-r--r--sleekxmpp/plugins/xep_0060/pubsub.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sleekxmpp/plugins/xep_0060/pubsub.py b/sleekxmpp/plugins/xep_0060/pubsub.py
index c40c3e12..894ceffa 100644
--- a/sleekxmpp/plugins/xep_0060/pubsub.py
+++ b/sleekxmpp/plugins/xep_0060/pubsub.py
@@ -325,7 +325,7 @@ class xep_0060(base_plugin):
"""
return self.xmpp.plugin['xep_0030'].get_items(*args, **kwargs)
- def get_item(self, jid, node, item_id, ifrom=None, blockTrue,
+ def get_item(self, jid, node, item_id, ifrom=None, block=True,
callback=None, timeout=None):
"""
Retrieve the content of an individual item.