From 1de14f4237b4936bde683abf0788bc5186ebc697 Mon Sep 17 00:00:00 2001 From: Darren Burns Date: Thu, 21 Sep 2023 10:48:36 +0100 Subject: [PATCH] Improve docstring --- src/textual/_text_area_theme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/textual/_text_area_theme.py b/src/textual/_text_area_theme.py index 14f9c874aa..2b09f3c733 100644 --- a/src/textual/_text_area_theme.py +++ b/src/textual/_text_area_theme.py @@ -45,7 +45,7 @@ class TextAreaTheme: """The style of the gutter. If `None`, a legible TextAreaStyle will be generated.""" cursor_style: Style | None = None - """The style of the cursor. If `None`, the legible TextAreaStyle will be generated.""" + """The style of the cursor. If `None`, a legible TextAreaStyle will be generated.""" cursor_line_style: Style | None = None """The style to apply to the line the cursor is on."""