projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a20afad
)
Fix saved_searches reference
author
Harmon
<Harmon758@gmail.com>
Fri, 6 Jul 2018 07:49:27 +0000
(
02:49
-0500)
committer
Harmon
<Harmon758@gmail.com>
Fri, 6 Jul 2018 07:49:34 +0000
(
02:49
-0500)
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index 7ba91e6ff07a1f9ea54e42d444e07da6965c8691..9a44be9c1b2bd3f0b928b583417c72d98dd124ff 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-881,7
+881,7
@@
class API(object):
@property
def saved_searches(self):
- """ :reference: https://developer.twitter.com/en/docs/accounts-and-users/manage-account-settings/api-reference/get-saved_searches-
show-id
"""
+ """ :reference: https://developer.twitter.com/en/docs/accounts-and-users/manage-account-settings/api-reference/get-saved_searches-
list
"""
return bind_api(
api=self,
path='/saved_searches/list.json',