Skip to content

Commit

Permalink
add docs for new value_only param
Browse files Browse the repository at this point in the history
  • Loading branch information
ritch committed Jan 10, 2025
1 parent e2c6699 commit 7cc51ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fiftyone/operators/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -1595,7 +1595,7 @@ class AutocompleteView(Choices):
choices (None): a list of :class:`Choice` instances
read_only (False): whether the view is read-only
allow_user_input (True): when True the user input is bound to the provided choices
values_only (False): use the ``choice.value`` instead of the :class:`Choice` object
value_only (False): use the ``choice.value`` instead of the :class:`Choice` object
"""

def __init__(self, **kwargs):
Expand Down

0 comments on commit 7cc51ce

Please sign in to comment.