fix word wrapping
authorChris Johnston <chris@thejohnstons.net>
Sat, 14 Apr 2018 11:09:44 +0000 (04:09 -0700)
committerChris Johnston <chris@thejohnstons.net>
Sat, 14 Apr 2018 11:09:44 +0000 (04:09 -0700)
docs/api.rst

index b4d31b07c6c167679c9b6a929627bf3bf71ef8d0..612cd560b55aa7e7f7674daa710e4c2ae4a21d9b 100644 (file)
@@ -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
 ==================================