Skip to content

Commit

Permalink
Update tweepy/media.py
Browse files Browse the repository at this point in the history
Co-authored-by: Harmon <Harmon758@gmail.com>
  • Loading branch information
New-dev0 and Harmon758 committed Oct 27, 2022
1 parent 11a4deb commit c5a5e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tweepy/media.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c5a5e7f

Please sign in to comment.