Add brackets to indicate optional param

develop
John Cosker 2023-02-06 15:44:50 -05:00
parent 0ed4a1c540
commit f91555d5e3
1 changed files with 1 additions and 1 deletions

@ -4835,7 +4835,7 @@ the ``option_idx`` instance variable.
The CycleHotkeyLabel widget implements the following methods:
* ``cyclehotkeylabel:cycle(backwards)``
* ``cyclehotkeylabel:cycle([backwards])``
Cycles the selected option and triggers the ``on_change`` callback.
If ``backwards`` is defined and is truthy, the cycle direction will be reversed