From 1e208b4a5688c8601f78df2db41603efa8c3656a Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Sat, 5 Oct 2024 17:37:12 +0100 Subject: [PATCH] update digits docs --- docs/widgets/digits.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/widgets/digits.md b/docs/widgets/digits.md index 4fb919f762..77c271b972 100644 --- a/docs/widgets/digits.md +++ b/docs/widgets/digits.md @@ -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.