Skip to content

Commit

Permalink
Fix wrong axis in HorizontalScroll docstring. (#4758)
Browse files Browse the repository at this point in the history
  • Loading branch information
UriyaHarpeness authored Jul 16, 2024
1 parent 6a484f4 commit fcecbe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/textual/containers.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class Horizontal(Widget, inherit_bindings=False):


class HorizontalScroll(ScrollableContainer):
"""A container with horizontal layout and an automatic scrollbar on the Y axis."""
"""A container with horizontal layout and an automatic scrollbar on the X axis."""

DEFAULT_CSS = """
HorizontalScroll {
Expand Down

0 comments on commit fcecbe5

Please sign in to comment.