From 9c493be83deeb071b107c5fd559ed51bda2af950 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Jagie=C5=82=C5=82o?= Date: Sat, 4 Jun 2011 11:57:56 -0700 Subject: [PATCH] Missing word --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 3ec1a95..371fea5 100644 --- a/README.rst +++ b/README.rst @@ -36,5 +36,5 @@ Example showing how to create a channel and sub-channel for it using python-ts3 # id of the newly created channel channel_id = response.response['keys']['cid'] - # create a channel + # create a sub-channel server.send_command('channelcreate', keys={'channel_name': 'Just some sub-channel', 'cpid': channel_id})