Skip to content

Commit

Permalink
Fix missing line in docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
salt-die committed Aug 15, 2024
1 parent 0358642 commit 1e43c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/batgrl/gadgets/gadget.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ class Gadget:
is_visible : bool, default: True
Whether gadget is visible. Gadget will still receive input events if not
visible.
is_enabled : bool, defa True
is_enabled : bool, default: True
Whether gadget is enabled. A disabled gadget is not painted and doesn't receive
input events.
Expand Down

0 comments on commit 1e43c1f

Please sign in to comment.