From: Devesh Pal Date: Thu, 27 Oct 2022 12:06:02 +0000 (+0530) Subject: Update tweepy/media.py X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c5a5e7f7ba706965d6e401c9cb3a8ff494ddb3e6;p=tweepy.git Update tweepy/media.py Co-authored-by: Harmon --- diff --git a/tweepy/media.py b/tweepy/media.py index 1729a2c..0bf7f74 100644 --- a/tweepy/media.py +++ b/tweepy/media.py @@ -60,7 +60,7 @@ class Media(DataMapping): A description of an image to enable and support accessibility. Can be up to 1000 characters long. Alt text can only be added to images at the moment. - variants: List[Dict] | None + variants: list[dict] | None Each media object may have multiple display or playback variants, with different resolutions or formats