Skip to content

Commit 39e700e

Browse files
authored
Merge pull request #3950 from TomJGooding/docs-widget-fix-show-vertical-scrollbar-docstring
2 parents df2d852 + 8da216f commit 39e700e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textual/widget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ def __init__(
391391
scroll_target_y = Reactive(0.0, repaint=False)
392392

393393
show_vertical_scrollbar: Reactive[bool] = Reactive(False, layout=True)
394-
"""Show a horizontal scrollbar?"""
394+
"""Show a vertical scrollbar?"""
395395

396396
show_horizontal_scrollbar: Reactive[bool] = Reactive(False, layout=True)
397397
"""Show a horizontal scrollbar?"""

0 commit comments

Comments
 (0)