From 37d95ee1518cc329a0bd2a572201a52d756026cd Mon Sep 17 00:00:00 2001 From: Willie Walker Date: Wed, 22 Apr 2009 06:49:53 -0400 Subject: [PATCH] Whitespace correction (remove tabs) --- pyatspi/action.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyatspi/action.py b/pyatspi/action.py index fe230ba..5ac2262 100644 --- a/pyatspi/action.py +++ b/pyatspi/action.py @@ -41,7 +41,7 @@ class Action(Accessible): getActions: Retrieves all the actions at once. @return : an array of an array of strings in the form - [[name, description, keybinding], ...] + [[name, description, keybinding], ...] """ func = self.get_dbus_method("getActions", dbus_interface=ATSPI_ACTION) return func() -- 2.7.4