From af3488cada249b6e2810d35f4b1793cff02d38c8 Mon Sep 17 00:00:00 2001 From: Geremy Cohen Date: Tue, 17 Jun 2014 14:41:07 -0700 Subject: Update README.md --- python/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/README.md b/python/README.md index a3a6de8..0877535 100644 --- a/python/README.md +++ b/python/README.md @@ -60,7 +60,7 @@ pubnub.subscribe(channel, callback=callback, error=callback, connect=connect, reconnect=reconnect, disconnect=disconnect) ``` -#### SUBSCRIBE Synchronous ( pre 3.5 version ) +#### SUBSCRIBE Synchronous ( compatible with pre-3.5 ) Runs in tight loop if callback return True. Loop ends when callback return False ``` -- cgit v1.2.3