Skip to content

Commit

Permalink
Change Command attribute to text instead label
Browse files Browse the repository at this point in the history
Probably something was left behind after the change

Signed-off-by: Philip Ruhland <lipruhland@proton.me>
  • Loading branch information
lipruhland committed May 27, 2024
1 parent 22bad38 commit 7337880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/api/resources/command.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ For example:
cmd1 = toga.Command(
callback,
label='Example command',
text='Example command',
tooltip='Tells you when it has been activated',
shortcut=toga.Key.MOD_1 + 'k',
icon='icons/pretty.png',
Expand Down

0 comments on commit 7337880

Please sign in to comment.