Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Jul 24, 2024
1 parent bff8fbf commit 1d0474f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/textual/widgets/_digits.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ def __init__(
classes: str | None = None,
disabled: bool = False,
) -> None:
"""
"""Initialize a Digits widget.
Args:
value: Value to display in widget.
name: The name of the widget.
Expand Down

0 comments on commit 1d0474f

Please sign in to comment.