projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7bede1
)
Fix missing quotation mark in API.list_timeline docstring
author
Harmon
<Harmon758@gmail.com>
Wed, 4 Sep 2019 07:08:03 +0000
(
02:08
-0500)
committer
Harmon
<Harmon758@gmail.com>
Wed, 4 Sep 2019 07:08:03 +0000
(
02:08
-0500)
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index b8ba92de1988dec92688c3dcd77999cc105853da..4311528c8ed8d48aea0d5a1e0ce111cc98d00b9a 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-1042,7
+1042,7
@@
class API(object):
def list_timeline(self):
""" :reference: https://developer.twitter.com/en/docs/accounts-and-users/create-manage-lists/api-reference/get-lists-statuses
:allowed_param: 'owner_screen_name', 'slug', 'owner_id', 'list_id',
- 'since_id', 'max_id', 'count', 'include_rts
+ 'since_id', 'max_id', 'count', 'include_rts
'
"""
return bind_api(
api=self,