From 8f43f2233d727259d31903a5a42878cac80cd432 Mon Sep 17 00:00:00 2001 From: Malini Das Date: Tue, 17 Dec 2013 10:57:45 -0500 Subject: [PATCH] Bug 950729 - fix docstring error for flick, r=dburns --- testing/marionette/client/marionette/marionette.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/marionette/client/marionette/marionette.py b/testing/marionette/client/marionette/marionette.py index d4ba922d432..5b012a7ec48 100644 --- a/testing/marionette/client/marionette/marionette.py +++ b/testing/marionette/client/marionette/marionette.py @@ -325,9 +325,9 @@ class Actions(object): corner of the element. :param y1: Starting y-coordinate of flick, relative to the top left corner of the element. - :param x1: Ending x-coordinate of flick, relative to the top left + :param x2: Ending x-coordinate of flick, relative to the top left corner of the element. - :param x1: Ending y-coordinate of flick, relative to the top left + :param y2: Ending y-coordinate of flick, relative to the top left corner of the element. :param duration: Time needed for the flick gesture for complete (in milliseconds).