From 9bc1952d7a3a89de25144249dae2c67fb2887cbf Mon Sep 17 00:00:00 2001 From: Harmon Date: Mon, 24 May 2021 07:33:48 -0500 Subject: [PATCH] Add Parameters section header to documentation for API.get_list --- tweepy/api.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tweepy/api.py b/tweepy/api.py index cc9ce55..041f1a2 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -1484,6 +1484,8 @@ class API: Returns the specified list. Private lists will only be shown if the authenticated user owns the specified list. + Parameters + ---------- list_id |list_id| slug -- 2.25.1