From 7e1aba026163a024b43a481f68be700eb9cd4f92 Mon Sep 17 00:00:00 2001 From: Harmon Date: Sun, 5 May 2019 18:48:56 -0500 Subject: [PATCH] Update documentation for API.create_list --- docs/api.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index 268fa80..7977636 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -590,8 +590,8 @@ List Methods .. method:: API.create_list(name, [mode], [description]) - Creates a new list for the authenticated user. Accounts are limited to - 20 lists. + Creates a new list for the authenticated user. + Note that you can create up to 1000 lists per account. :param name: The name of the new list. :param mode: |list_mode| -- 2.25.1