From: Harmon Date: Sat, 6 Jul 2019 20:24:12 +0000 (-0500) Subject: Correct documentation for API.update_status X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=13b8d0d4fb16c38b60dcd883a1a6e0187803a5fa;p=tweepy.git Correct documentation for API.update_status Fixes #1235 --- diff --git a/docs/api.rst b/docs/api.rst index 13eb931..47886fb 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -121,7 +121,7 @@ Status methods :param source: Source of the update. Only supported by Identi.ca. Twitter ignores this parameter. :param place_id: Twitter ID of location which is listed in the Tweet if geolocation is enabled for the user. :param display_coordinates: Whether or not to put a pin on the exact coordinates a Tweet has been sent from. - :param media_ids: A comma-delimited list of media_ids to associate with the Tweet. + :param media_ids: A list of media_ids to associate with the Tweet. :rtype: :class:`Status` object