aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/README.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/python/README.md b/python/README.md
index 0ce3455..33e6235 100644
--- a/python/README.md
+++ b/python/README.md
@@ -244,21 +244,6 @@ pubnub.revoke(channel, authkey, callback=callback, error=callback)
### CHANNEL GROUP METHODS
-```
-#### List Namespaces
-
-# Synchronous usage
-
-print pubnub.channel_group_list_namespaces()
-
-# Asynchronous usage
-
-def callback(message):
- print(message)
-
-pubnub.channel_group_list_namespaces(callback=callback, error=callback)
-```
-
#### List Groups
```