From: Aaron Hill Date: Wed, 9 Apr 2014 10:19:50 +0000 (-0400) Subject: Remove test() method from the docs X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=4753c1a96e00990ae2bd1a2b291bc0c3a2454540;p=tweepy.git Remove test() method from the docs --- diff --git a/docs/api.rst b/docs/api.rst index ca6ba88..654d584 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -578,14 +578,6 @@ Saved Searches Methods Help Methods ------------ -.. method:: API.test() - - Invokes the test method in the Twitter API. Return True if successful, - otherwise False. - - :rtype: True/False - - .. method:: API.search(q[,lang],[locale],[rpp],[page],[since_id],[geocode],[show_user]) Returns tweets that match a specified query.