diff --git a/nicegui/elements/color_picker.py b/nicegui/elements/color_picker.py index 159f08c48..b8d93c41a 100644 --- a/nicegui/elements/color_picker.py +++ b/nicegui/elements/color_picker.py @@ -16,7 +16,7 @@ def __init__(self, *, """Color Picker This element is based on Quasar's `QMenu `_ and - `QColor `_ components. + `QColor `_ components. :param on_pick: callback to execute when a color is picked :param value: whether the menu is already opened (default: `False`)