From: Harmon Date: Sun, 1 Sep 2019 21:08:29 +0000 (-0500) Subject: Fix parameter references in documentation for API.statuses_lookup X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=217183f990ddcb30e15d074bdad1c64e08a4a28a;p=tweepy.git Fix parameter references in documentation for API.statuses_lookup --- 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