From 85e65a6902d5c9e1a8cc7cea1cc1f38cb8cb8ba1 Mon Sep 17 00:00:00 2001 From: Harmon Date: Fri, 6 Jul 2018 02:49:27 -0500 Subject: [PATCH] Fix saved_searches reference --- tweepy/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.25.1