Skip to content

Commit

Permalink
Fix typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenburns committed Feb 12, 2024
1 parent add9d60 commit 11000da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/textual/widgets/_text_area.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ class TextArea(ScrollView, can_focus=True):
"""True if text should soft wrap."""

read_only: Reactive[bool] = reactive(False)
"""True if the that content is read-only.
"""True if the content is read-only.
Read-only means end users cannot insert, delete or replace content.
Expand Down

0 comments on commit 11000da

Please sign in to comment.