From ce7a38cfbb9abbeb807459bc0fd8f1f743658d93 Mon Sep 17 00:00:00 2001 From: Chris Johnston Date: Sat, 14 Apr 2018 04:09:44 -0700 Subject: [PATCH] fix word wrapping --- docs/api.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index b4d31b0..612cd56 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -807,8 +807,7 @@ Media methods :param media: The raw binary file content being uploaded. Cannot be used with `media_data`. :param media_data: The base64-encoded file content being uploaded. Cannot be used with `media`. - :param additional_owners: A comma-separated list of user IDs to set as additional owners allowed - to use the returned `media_id` in Tweets or Cards. Up to 100 additional owners may be specified. + :param additional_owners: A comma-separated list of user IDs to set as additional owners allowed to use the returned `media_id` in Tweets or Cards. Up to 100 additional owners may be specified. :mod:`tweepy.error` --- Exceptions ================================== -- 2.25.1