mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
docstring fix
This commit is contained in:
@@ -301,7 +301,7 @@ class Widget(DOMNode):
|
|||||||
|
|
||||||
Args:
|
Args:
|
||||||
x (int | None, optional): X coordinate (column) to scroll to, or ``None`` for no change. Defaults to None.
|
x (int | None, optional): X coordinate (column) to scroll to, or ``None`` for no change. Defaults to None.
|
||||||
x (int | None, optional): Y coordinate (row) to scroll to, or ``None`` for no change. Defaults to None.
|
y (int | None, optional): Y coordinate (row) to scroll to, or ``None`` for no change. Defaults to None.
|
||||||
animate (bool, optional): Animate to new scroll position. Defaults to False.
|
animate (bool, optional): Animate to new scroll position. Defaults to False.
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
|
|||||||
Reference in New Issue
Block a user