Skip to content

Commit

Permalink
Improve docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenburns committed Sep 21, 2023
1 parent 09f0388 commit 1de14f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/textual/_text_area_theme.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."""
Expand Down

0 comments on commit 1de14f4

Please sign in to comment.