aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevendra2014-11-26 03:25:39 +0530
committerDevendra2014-11-26 03:25:39 +0530
commiteb6e42e337c825046328ccd759831d915720ad59 (patch)
tree36dc02c5307cd833926c07d6b432ed78e6cc14fe
parent99b1453493c82812333062fabe9e91143b2ff0c5 (diff)
downloadpubnub-python-eb6e42e337c825046328ccd759831d915720ad59.tar.bz2
fixing typo
-rw-r--r--Pubnub.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Pubnub.py b/Pubnub.py
index 5006454..4a53eb1 100644
--- a/Pubnub.py
+++ b/Pubnub.py
@@ -1110,8 +1110,8 @@ class PubnubCoreAsync(PubnubBase):
else self.last_timetoken
self.timetoken = 0
- if sync is True and self.susbcribe_sync is not None:
- self.susbcribe_sync(args)
+ if sync is True and self.subscribe_sync is not None:
+ self.subscribe_sync(args)
return
def _invoke(func, msg=None, channel=None):