From 27c3ec35077516ba10f5a76689b74d090161fab8 Mon Sep 17 00:00:00 2001 From: Andreas Savvides Date: Fri, 12 Dec 2014 00:58:41 +0000 Subject: [PATCH] Update reference to api search documentation --- tweepy/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweepy/api.py b/tweepy/api.py index 00e7d2c..e822823 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -1148,7 +1148,7 @@ class API(object): @property def search(self): - """ :reference: https://dev.twitter.com/docs/api/1.1/get/search + """ :reference: https://dev.twitter.com/rest/reference/get/search/tweets :allowed_param:'q', 'lang', 'locale', 'since_id', 'geocode', 'max_id', 'since', 'until', 'result_type', 'count', 'include_entities', 'from', 'to', 'source'] -- 2.25.1