Fix parameter references in documentation for API.statuses_lookup
authorHarmon <Harmon758@gmail.com>
Sun, 1 Sep 2019 21:08:29 +0000 (16:08 -0500)
committerHarmon <Harmon758@gmail.com>
Sun, 1 Sep 2019 21:09:56 +0000 (16:09 -0500)
docs/api.rst

index 6b5fe78c0ca82a8c6428440cb8c3bf6d37180323..4b575c290f8ee9740d969b415ebb280b792e7f23 100644 (file)
@@ -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