Skip to content

Commit

Permalink
Removed "Left" in mouse_click, mouse_double_click doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
eeromakiesko authored and eeter committed Feb 7, 2019
1 parent 1583708 commit 70bac3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/WhiteLibrary/keywords/items/mouse.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def mouse_right_click(self, x=None, y=None):

@keyword
def mouse_click(self, x=None, y=None):
"""Left clicks mouse at given position.
"""Clicks mouse at given position.
Position (``x``, ``y``) is relative to application window top left.
If no coordinates are given it uses current mouse position.
Expand Down Expand Up @@ -116,7 +116,7 @@ def mouse_right_double_click(self, x=None, y=None):

@keyword
def mouse_double_click(self, x=None, y=None):
"""Left double clicks mouse at given position.
"""Double clicks mouse at given position.
Position (``x``, ``y``) is relative to application window top left.
If no coordinates are given it uses current mouse position.
Expand Down

0 comments on commit 70bac3d

Please sign in to comment.