Fix formatting in documentation for API.lookup_users
authorHarmon <Harmon758@gmail.com>
Wed, 7 Apr 2021 18:33:58 +0000 (13:33 -0500)
committerHarmon <Harmon758@gmail.com>
Wed, 7 Apr 2021 18:33:58 +0000 (13:33 -0500)
tweepy/api.py

index 104da97e0dceebb4a5ea8ef8c2fb67cde6fcad46..1be06b22980c97a1a63f4e0d27531e7def8ab702 100644 (file)
@@ -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.