8000 Update docs/usage/queues.rst · Stackdriver/twilio-python@3a2bd81 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Feb 1, 2018. It is now read-only.

Commit 3a2bd81

Browse files
committed
Update docs/usage/queues.rst
/conferences/queues/
1 parent 1a64fca commit 3a2bd81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/queues.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Listing Queues
1818
AUTH_TOKEN = "YYYYYYYYYYYYYYYYYY"
1919
2020
client = TwilioRestClient(ACCOUNT_SID, AUTH_TOKEN)
21-
conferences = client.queues.list()
21+
queues = client.queues.list()
2222
2323
for queue in queues:
2424
print queue.sid

0 commit comments

Comments
 (0)
0