Skip to content

Commit fffbd26

Browse files
committed
Remove reference to mapping type in docstring
1 parent f787d23 commit fffbd26

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ipywidgets/widgets/widget_selection.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,11 @@
5252
_doc_snippets['multiple_selection_params'] = """
5353
options: dict or list
5454
The options for the dropdown. This can either be a list of values, e.g.
55-
``['Galileo', 'Brahe', 'Hubble']`` or ``[0, 1, 2]``, a list of
55+
``['Galileo', 'Brahe', 'Hubble']`` or ``[0, 1, 2]``, or a list of
5656
(label, value) pairs, e.g.
5757
``[('Galileo', 0), ('Brahe', 1), ('Hubble', 2)]``.
5858
The labels are the strings that will be displayed in the UI,
5959
representing the actual Python choices, and should be unique.
60-
If this is a dictionary, the order in which they are displayed is
61-
not guaranteed.
6260
6361
index: iterable of int
6462
The indices of the options that are selected.

0 commit comments

Comments
 (0)