Update documentation for API.followers
authorHarmon <Harmon758@gmail.com>
Wed, 1 May 2019 03:27:01 +0000 (22:27 -0500)
committerGitHub <noreply@github.com>
Wed, 1 May 2019 03:27:01 +0000 (22:27 -0500)
Resolves #1015

docs/api.rst

index 58a0cbe688896d54a1dc427fad290e6f46ef114c..e734e149433a5a69bd5a2ca307cb7c5dd68c2cf0 100644 (file)
@@ -218,14 +218,17 @@ User methods
 
 .. method:: API.followers([id/screen_name/user_id], [cursor])
 
-   Returns an user's followers ordered in which they were added 100 at a
-   time. If no user is specified by id/screen name, it defaults to the
+   Returns a user's followers ordered in which they were added.
+   If no user is specified by id/screen name, it defaults to the
    authenticated user.
 
    :param id: |uid|
    :param user_id: |user_id|
    :param screen_name: |screen_name|
    :param cursor: |cursor|
+   :param count: |count|
+   :param skip_status: |skip_status|
+   :param include_user_entities: |include_user_entities|
    :rtype: list of :class:`User` objects
 
 .. method:: API.search_users(q, [count], [page])