Skip to content

Commit

Permalink
Tidy the wording of a docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
davep committed Mar 1, 2023
1 parent 52b69d5 commit 88f771b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/textual/widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -1608,7 +1608,7 @@ def scroll_end(
Args:
animate: Animate scroll.
speed: Speed of scroll if `animate` is `True`. Or `None` to use duration.
speed: Speed of scroll if `animate` is `True`; or `None` to use duration.
duration: Duration of animation, if animate is `True` and speed is `None`.
easing: An easing method for the scrolling animation.
force: Force scrolling even when prohibited by overflow styling.
Expand Down

0 comments on commit 88f771b

Please sign in to comment.