From: Harmon Date: Wed, 7 Apr 2021 18:33:58 +0000 (-0500) Subject: Fix formatting in documentation for API.lookup_users X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=d93a62f7f3c48ab476fc2c34ea496f5ec18f68a8;p=tweepy.git Fix formatting in documentation for API.lookup_users --- diff --git a/tweepy/api.py b/tweepy/api.py index 104da97..1be06b2 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -1600,15 +1600,15 @@ class API: There are a few things to note when using this method. - * You must be following a protected user to be able to see their most - recent status update. If you don't follow a protected user their + * You must be following a protected user to be able to see their most \ + recent status update. If you don't follow a protected user their \ status will be removed. - * The order of user IDs or screen names may not match the order of + * The order of user IDs or screen names may not match the order of \ users in the returned array. - * If a requested user is unknown, suspended, or deleted, then that user - will not be returned in the results list. - * If none of your lookup criteria can be satisfied by returning a user - object, a HTTP 404 will be thrown. + * If a requested user is unknown, suspended, or deleted, then that \ + user will not be returned in the results list. + * If none of your lookup criteria can be satisfied by returning a \ + user object, a HTTP 404 will be thrown. :param screen_name: A list of screen names, up to 100 are allowed in a single request.