From db3f6b2ff3650ae2b89693d40573165fc363d038 Mon Sep 17 00:00:00 2001 From: Aaron Hill Date: Tue, 18 Feb 2014 15:04:18 -0500 Subject: [PATCH] Remove public_timeline method, which no longer exists --- docs/api.rst | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index 8f05a2c..ca6ba88 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -31,15 +31,6 @@ This page contains some basic documentation for the Tweepy module. Timeline methods ---------------- -.. method:: API.public_timeline() - - Returns the 20 most recent statuses from non-protected users who have - set a custom user icon. The public timeline is cached for 60 seconds - so requesting it more often than that is a waste of resources. - - :rtype: list of :class:`Status` objects - - .. method:: API.home_timeline([since_id], [max_id], [count], [page]) Returns the 20 most recent statuses, including retweets, posted by the -- 2.25.1