Skip to content

Commit 6af9c8a

Browse files
committed
docs: fix MultiAction.add() docstring return value
1 parent 1c6dcdf commit 6af9c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appium/webdriver/common/multi_action.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def add(self, *touch_actions: 'TouchAction') -> None:
5959
| MultiAction(driver).add(a1, a2)
6060
6161
Returns:
62-
`MultiAction`: Self instance
62+
`MultiAction`: None
6363
"""
6464
for touch_action in touch_actions:
6565
if self._touch_actions is None:

0 commit comments

Comments
 (0)