Skip to content

Commit 304a795

Browse files
committed
Merge pull request #64 from urtow/master
Update flick doc string.
2 parents 008f684 + 16402ba commit 304a795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appium/webdriver/webdriver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def flick(self, start_x, start_y, end_x, end_y):
251251
252252
:Args:
253253
- start_x - x-coordinate at which to start
254-
- start_y - y-coordinate at which to end
254+
- start_y - y-coordinate at which to start
255255
- end_x - x-coordinate at which to stop
256256
- end_y - y-coordinate at which to stop
257257

0 commit comments

Comments
 (0)