From: Harmon Date: Wed, 4 Sep 2019 07:35:33 +0000 (-0500) Subject: Improve documented skip_status parameter X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ce2ad288166a72d53cfe5cbc33f0ff8b333379b4;p=tweepy.git Improve documented skip_status parameter --- 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.