Missing word

This commit is contained in:
Krzysztof Jagiełło
2011-06-04 11:57:56 -07:00
parent 9ca0dbe598
commit 9c493be83d

View File

@@ -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})