Correct typo in the Checkbox input description

Apparently I can't type on Sunday nights.
This commit is contained in:
Dave Pearson
2022-12-11 21:37:34 +00:00
parent d39dd14d67
commit 1fc7e74ea7

View File

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