Whitespace correction (remove tabs)
authorWillie Walker <william.walker@sun.com>
Wed, 22 Apr 2009 10:49:53 +0000 (06:49 -0400)
committerWillie Walker <william.walker@sun.com>
Wed, 22 Apr 2009 10:51:41 +0000 (06:51 -0400)
pyatspi/action.py

index fe230ba..5ac2262 100644 (file)
@@ -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()