diff options
| author | Geremy Cohen | 2014-06-17 14:41:07 -0700 |
|---|---|---|
| committer | Geremy Cohen | 2014-06-17 14:41:07 -0700 |
| commit | af3488cada249b6e2810d35f4b1793cff02d38c8 (patch) | |
| tree | a12a3936dc17170776af0cddbcae8c5e29d63d9a | |
| parent | c2545e68e509c1cd9d27cde305758eab977bbbf8 (diff) | |
| download | pubnub-python-af3488cada249b6e2810d35f4b1793cff02d38c8.tar.bz2 | |
Update README.md
| -rw-r--r-- | python/README.md | 2 |
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 ``` |
