8000 typo and kill extraneous line · Web5design/twilio-python@e40c4fa · GitHub
[go: up one dir, main page]

Skip to content

Commit e40c4fa

Browse files
author
Kevin Burke
committed
typo and kill extraneous line
1 parent d0373da commit e40c4fa

File tree

1 file< 8000 !-- --> changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

twilio/rest/resources.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ class Notifications(ListResource):
513513
def list(self, before=None, after=None, **kwargs):
514514
"""
515515
Returns a page of :class:`Notification` resources as a list.
516-
For paging informtion see :class:`ListResource`.
516+
For paging information see :class:`ListResource`.
517517
518518
**NOTE**: Due to the potentially voluminous amount of data in a
519519
notification, the full HTTP request and response data is only returned
@@ -526,7 +526,6 @@ def list(self, before=None, after=None, **kwargs):
526526
kwargs["MessageDate<"] = before
527527
kwargs["MessageDate>"] = after
528528
return self.get_instances(params=transform_params(kwargs))
529-
return self.get_instances(params=params, **kwargs)
530529

531530
def delete(self, sid):
532531
"""

0 commit comments

Comments
 (0)
0