From 9db38e7d908c25125e2724169d5f264ac4c6e328 Mon Sep 17 00:00:00 2001 From: Harmon Date: Mon, 26 Aug 2019 21:14:47 -0500 Subject: [PATCH] Use existing documentation for API.statuses_lookup parameter --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index d97a26a..279ecf6 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -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 `_ 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 -- 2.25.1