8000 danyang can't spell nor can he copy and paste correctly · jpf/twilio-python@2f73bd2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2f73bd2

Browse files
committed
danyang can't spell nor can he copy and paste correctly
1 parent 8e70e36 commit 2f73bd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

twilio/rest/resources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1154,7 +1154,7 @@ def list(self, **kwargs):
11541154
"""
11551155
Returns a list of :class:`Member` resources in the given queue
11561156
1157-
:param queue_sid: Conference this participant is part of
1157+
:param queue_sid: Queue this participant is part of
11581158
"""
11591159
return self.get_instances(kwargs)
11601160

twilio/twiml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ def __init__(self, name, **kwargs):
471471

472472

473473
class Leave(Verb):
474-
"""Signals the call to leave it's queue
474+
"""Signals the call to leave its queue
475475
"""
476476
GET = 'GET'
477477
POST = 'POST'

0 commit comments

Comments
 (0)
0