Added 'include_entities' to home_timeline docstring in api.rst
authorDaniel Lefevre <dpllefevre89@gmail.com>
Sat, 19 Dec 2020 23:02:41 +0000 (18:02 -0500)
committerDaniel Lefevre <dpllefevre89@gmail.com>
Sat, 19 Dec 2020 23:02:41 +0000 (18:02 -0500)
docs/api.rst

index 833b3b0d9b7e389e1c28a8d2997a4311606e51a4..cb23065aa18e81dee2d562d7445e1f8cfb2e4cc2 100644 (file)
@@ -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