From 217183f990ddcb30e15d074bdad1c64e08a4a28a Mon Sep 17 00:00:00 2001 From: Harmon Date: Sun, 1 Sep 2019 16:08:29 -0500 Subject: [PATCH] Fix parameter references in documentation for API.statuses_lookup --- docs/api.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index 6b5fe78..4b575c2 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -64,13 +64,13 @@ Timeline methods [include_ext_alt_text], [include_card_uri]) Returns full Tweet objects for up to 100 tweets per request, specified by - the `id` parameter. + the ``id_`` parameter. - :param id_: A list of Tweet IDs to lookup, up to 100 + :param id\_: A list of Tweet IDs to lookup, up to 100 :param include_entities: |include_entities| :param trim_user: |trim_user| - :param map_: A boolean indicating whether or not to include tweets that - cannot be shown. Defaults to False. + :param map\_: A boolean indicating whether or not to include tweets that + cannot be shown. Defaults to False. :param include_ext_alt_text: |include_ext_alt_text| :param include_card_uri: |include_card_uri| :rtype: list of :class:`Status` objects -- 2.25.1