fix(switch): correct attribute in Changed docstring

This commit is contained in:
TomJGooding
2023-04-27 18:42:46 +01:00
committed by GitHub
parent eab1328ccc
commit c063c3ecdf

View File

@@ -88,7 +88,7 @@ class Switch(Widget, can_focus=True):
Attributes:
value: The value that the switch was changed to.
input: The `Switch` widget that was changed.
switch: The `Switch` widget that was changed.
"""
def __init__(self, switch: Switch, value: bool) -> None: