Improve documented skip_status parameter
authorHarmon <Harmon758@gmail.com>
Wed, 4 Sep 2019 07:35:33 +0000 (02:35 -0500)
committerHarmon <Harmon758@gmail.com>
Wed, 4 Sep 2019 07:35:33 +0000 (02:35 -0500)
docs/parameters.rst

index 02f2c68c18781c13a6f91cb387b22a3698f0e449..28c04f23b9d69bbb0d48b527fc514418993d9c60 100644 (file)
@@ -19,7 +19,7 @@
 .. |screen_name| replace:: Specifies the screen name of the user. Helpful for disambiguating when a valid screen name is also a user ID.
 .. |sid| replace:: The numerical ID of the status.
 .. |since_id| replace:: Returns only statuses with an ID greater than (that is, more recent than) the specified ID.
-.. |skip_status| replace:: When set to either true, t or 1 statuses will not be included in the returned user objects. Defaults to false.
+.. |skip_status| replace:: A boolean indicating whether statuses will not be included in the returned user objects. Defaults to false.
 .. |slug| replace:: You can identify a list by its slug instead of its numerical id. If you decide to do so, note that you'll also have to specify the list owner using the owner_id or owner_screen_name parameters.
 .. |trim_user| replace:: A boolean indicating if user IDs should be provided, instead of complete user objects. Defaults to False.
 .. |uid| replace:: Specifies the ID or screen name of the user.