Tidy the wording of a docstring

This commit is contained in:
Dave Pearson
2023-03-01 14:36:31 +00:00
parent 52b69d50d0
commit 88f771b4e1

View File

@@ -1608,7 +1608,7 @@ class Widget(DOMNode):
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.