def get_media_upload_status(self, media_id, **kwargs):
"""get_media_upload_status(media_id)
- This endpoints sends a STATUS command that will check on the progress
- of a chunked media upload. If the upload has succeeded, it's safe to
- create a Tweet with this ``media_id``.
+ Check on the progress of a chunked media upload. If the upload has
+ succeeded, it's safe to create a Tweet with this ``media_id``.
:param media_id: The ID of the media to check.