From: Andreas Savvides Date: Fri, 12 Dec 2014 00:58:41 +0000 (+0000) Subject: Update reference to api search documentation X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=27c3ec35077516ba10f5a76689b74d090161fab8;p=tweepy.git Update reference to api search documentation --- 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']