From 018e7713837362a1d29f6ec8b84c1468832ff01b Mon Sep 17 00:00:00 2001 From: Artem Date: Fri, 13 Sep 2019 12:51:25 +0300 Subject: [PATCH] Fix Choices docstring --- extended_choices/choices.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extended_choices/choices.py b/extended_choices/choices.py index d6ea67c..885b1e0 100644 --- a/extended_choices/choices.py +++ b/extended_choices/choices.py @@ -90,8 +90,8 @@ class Choices(list): Parameters ---------- - *choices : list of tuples - It's the list of tuples to add to the ``Choices`` instance, each tuple having three + *choices : tuple + It's tuples to add to the ``Choices`` instance, each tuple having three entries: the constant name, the value, the display name. A dict could be added as a 4th entry in the tuple to allow setting arbitrary