aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeremy Cohen2014-06-17 14:41:07 -0700
committerGeremy Cohen2014-06-17 14:41:07 -0700
commitaf3488cada249b6e2810d35f4b1793cff02d38c8 (patch)
treea12a3936dc17170776af0cddbcae8c5e29d63d9a
parentc2545e68e509c1cd9d27cde305758eab977bbbf8 (diff)
downloadpubnub-python-af3488cada249b6e2810d35f4b1793cff02d38c8.tar.bz2
Update README.md
-rw-r--r--python/README.md2
1 files changed, 1 insertions, 1 deletions
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
```