From 2bbbbb3dfabf5670fcabc35071d2b867d25a170c Mon Sep 17 00:00:00 2001 From: Daniel Lefevre Date: Sat, 19 Dec 2020 18:02:41 -0500 Subject: [PATCH] Added 'include_entities' to home_timeline docstring in api.rst --- docs/api.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index 833b3b0..cb23065 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -48,7 +48,7 @@ Timeline methods ---------------- .. method:: API.home_timeline([count], [since_id], [max_id], [trim_user], \ - [exclude_replies]) + [exclude_replies], [include_entities]) Returns the 20 most recent statuses, including retweets, posted by the authenticating user and that user's friends. This is the equivalent of @@ -63,6 +63,7 @@ Timeline methods that the API will return a number of tweets equal to the count parameter before replies are filtered out. Defaults to True. + :param include_entities: |include_entities| :rtype: list of :class:`Status` objects -- 2.25.1