Update and improve documentation for API.create_media_metadata
authorHarmon <Harmon758@gmail.com>
Thu, 27 May 2021 15:40:21 +0000 (10:40 -0500)
committerHarmon <Harmon758@gmail.com>
Thu, 27 May 2021 15:40:21 +0000 (10:40 -0500)
tweepy/api.py

index 30e25a28b38cce41a56e79f5e92018a830125091..bac2fd0ad2503733b41ca5d3aa7b42178b528138 100644 (file)
@@ -3326,10 +3326,16 @@ class API:
         images and GIFs. Call this endpoint to attach additional metadata such
         as image alt text.
 
-        :param media_id: The ID of the media to add alt text to.
-        :param alt_text: The alt text to add to the image.
+        Parameters
+        ----------
+        media_id
+            The ID of the media to add alt text to.
+        alt_text
+            The alt text to add to the image.
 
-        :reference: https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media/api-reference/post-media-metadata-create
+        References
+        ----------
+        https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media/api-reference/post-media-metadata-create
         """
         json_payload = {
             'media_id': media_id,