From: Harmon Date: Fri, 6 Jul 2018 07:49:27 +0000 (-0500) Subject: Fix saved_searches reference X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=85e65a6902d5c9e1a8cc7cea1cc1f38cb8cb8ba1;p=tweepy.git Fix saved_searches reference --- diff --git a/tweepy/api.py b/tweepy/api.py index 7ba91e6..9a44be9 100644 --- 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',