Skip to content

Commit

Permalink
update digits docs
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Oct 5, 2024
1 parent 445ed5d commit 1e208b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/widgets/digits.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A widget to display numerical values in tall multi-line characters.

The digits 0-9 are supported, in addition to the following characters `+`, `-`, `^`, `:`, and `×`.
The digits 0-9 and characters A-F are supported, in addition to `+`, `-`, `^`, `:`, and `×`.
Other characters will be displayed in a regular size font.

You can set the text to be displayed in the constructor, or call [`update()`][textual.widgets.Digits.update] to change the text after the widget has been mounted.
Expand Down

0 comments on commit 1e208b4

Please sign in to comment.