From 13b8d0d4fb16c38b60dcd883a1a6e0187803a5fa Mon Sep 17 00:00:00 2001 From: Harmon Date: Sat, 6 Jul 2019 15:24:12 -0500 Subject: [PATCH] Correct documentation for API.update_status Fixes #1235 --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1