Fix formatting in documentation for API.get_oembed
authorHarmon <Harmon758@gmail.com>
Fri, 18 Dec 2020 12:40:32 +0000 (06:40 -0600)
committerHarmon <Harmon758@gmail.com>
Fri, 18 Dec 2020 12:44:57 +0000 (06:44 -0600)
docs/api.rst

index 824219f294572cd8d2bf0684595ab36683e23ece..5e1329f2ce063ffaeadf7c4f9b69ed96419f6d25 100644 (file)
@@ -282,19 +282,20 @@ Status methods
    :rtype: :class:`Status` object
 
 
-.. method:: API.get_oembed(id/url, [maxwidth], [hide_media], \
-      [omit_script], [align], [related], [lang])
+.. method:: API.get_oembed(id/url, [maxwidth], [hide_media], [omit_script], \
+                           [align], [related], [lang])
 
    Requests the Twitter oembed HTML for a given tweet.
 
    :param id: |sid|
    :param url: The URL of the Tweet to be embedded
    :param maxwidth: The maximum width of a rendered Tweet in whole pixels.
-   :param hide_media: When set to `true`, links in a Tweet are not expanded to
-                      photo, video, or link previews.
-   :param omit_script: When set to `true`, the `<script>` responsible for
-                       loading `widgets.js` will not be returned. Your webpages
-                       should include their own reference to `widgets.js`
+   :param hide_media: When set to ``true``, links in a Tweet are not expanded
+                      to photo, video, or link previews.
+   :param omit_script: When set to ``true``, the ``<script>`` responsible for
+                       loading ``widgets.js`` will not be returned. Your
+                       webpages should include their own reference to
+                       ``widgets.js``
    :param align: Specifies whether the embedded Tweet should be floated left,
                  right, or center in the page relative to the parent element.
    :param related: A comma-separated list of Twitter usernames related to your
@@ -302,7 +303,7 @@ Status methods
    :param lang: Request returned HTML and a rendered Tweet in the specified
                 Twitter language supported by embedded Tweets.
 
-   :rtype: `JSON` object
+   :rtype: :class:`JSON` object
 
 
 User methods