From ce2ad288166a72d53cfe5cbc33f0ff8b333379b4 Mon Sep 17 00:00:00 2001 From: Harmon Date: Wed, 4 Sep 2019 02:35:33 -0500 Subject: [PATCH] Improve documented skip_status parameter --- docs/parameters.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/parameters.rst b/docs/parameters.rst index 02f2c68..28c04f2 100644 --- a/docs/parameters.rst +++ b/docs/parameters.rst @@ -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. -- 2.25.1