Skip to content

Commit 6c8e7d5

Browse files
committed
[py] remove non breaking space for doc generation
1 parent 0c628d3 commit 6c8e7d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

py/selenium/webdriver/common/action_chains.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ def scroll(self, x: int, y: int, delta_x: int, delta_y: int, duration: int = 0,
327327
328328
:Args:
329329
- x: starting X coordinate
330-
- y: starting Y coordinate
330+
- y: starting Y coordinate
331331
- delta_x: the distance the mouse will scroll on the x axis
332332
- delta_y: the distance the mouse will scroll on the y axis
333333
"""

0 commit comments

Comments
 (0)