Add and use substitution for stringify_ids parameter documentation
authorHarmon <Harmon758@gmail.com>
Wed, 7 Apr 2021 17:24:37 +0000 (12:24 -0500)
committerHarmon <Harmon758@gmail.com>
Wed, 7 Apr 2021 17:24:43 +0000 (12:24 -0500)
docs/parameters.rst
tweepy/api.py

index 6240053a4c3b392cfce0efcccca9b3d3fcfcdb85..13f2765fe1ddbaae3e263065dfcdafe6bb4487bb 100644 (file)
@@ -26,6 +26,7 @@
 .. |since_id| replace:: Returns only statuses with an ID greater than (that is, more recent than) the specified ID.
 .. |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.
+.. |stringify_ids| replace:: Have IDs returned as strings instead
 .. |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.
 .. |user_id| replace:: Specifies the ID of the user. Helpful for disambiguating when a valid user ID is also a valid screen name.
index 5cb041328a5e3d86ff25fdcda12a335510d0b1a8..48e74b3c3e5be60583c20227450bd456379c256e 100644 (file)
@@ -479,7 +479,7 @@ class API:
         :param id: |sid|
         :param count: |count|
         :param cursor: |cursor|
-        :param stringify_ids: Have IDs returned as strings instead
+        :param stringify_ids: |stringify_ids|
 
         :rtype: list of :class:`int`
 
@@ -1394,7 +1394,7 @@ class API:
         :param user_id: |user_id|
         :param screen_name: |screen_name|
         :param cursor: |cursor|
-        :param stringify_ids: Have IDs returned as strings instead
+        :param stringify_ids: |stringify_ids|
         :param count: |count|
 
         :rtype: list of :class:`int`
@@ -1445,7 +1445,7 @@ class API:
         :param user_id: |user_id|
         :param screen_name: |screen_name|
         :param cursor: |cursor|
-        :param stringify_ids: Have IDs returned as strings instead
+        :param stringify_ids: |stringify_ids|
         :param count: |count|
 
         :rtype: list of :class:`int`