Use existing documentation for API.statuses_lookup parameter
authorHarmon <Harmon758@gmail.com>
Tue, 27 Aug 2019 02:14:47 +0000 (21:14 -0500)
committerHarmon <Harmon758@gmail.com>
Tue, 27 Aug 2019 02:14:47 +0000 (21:14 -0500)
docs/api.rst

index d97a26ae6f6c0bd1aed9029eb05cb5ab26daaad0..279ecf6c28e4a1ac3d528ffab4fe10beb14ec09b 100644 (file)
@@ -53,7 +53,7 @@ Timeline methods
    `id` parameter.
 
    :param id_: A list of Tweet IDs to lookup, up to 100
-   :param include_entities: A boolean indicating whether or not to include `entities <https://developer.twitter.com/en/docs/tweets/data-dictionary/overview/entities-object>`_ in the returned tweets. Defaults to False.
+   :param include_entities: |include_entities|
    :param trim_user: A boolean indicating if user IDs should be provided, instead of full user information. Defaults to False.
    :param map_: A boolean indicating whether or not to include tweets that cannot be shown. Defaults to False.
    :rtype: list of :class:`Status` objects