Skip to content

Commit 0c78154

Browse files
committed
fix docstring
1 parent c97cc19 commit 0c78154

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/textual/widgets/_text_area.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,8 +376,8 @@ class TextArea(ScrollView):
376376
show_cursor: Reactive[bool] = reactive(True)
377377
"""Show the cursor in read only mode?
378378
379-
If `False`, the cursor will be visible when `read_only==True`.
380-
If `True`, the cursor will not be visible when `read_only==True`, and the TextArea may be
379+
If `True`, the cursor will be visible when `read_only==True`.
380+
If `False`, the cursor will be hidden when `read_only==True`, and the TextArea will
381381
scroll like other containers.
382382
383383
"""

0 commit comments

Comments
 (0)