[orca/570658] Make docs more speech/braille agnositc
- From: William Walker <wwalker src gnome org>
- To: svn-commits-list gnome org
- Subject: [orca/570658] Make docs more speech/braille agnositc
- Date: Sat, 4 Jul 2009 08:41:43 +0000 (UTC)
commit eb5241234f681cfa27ef3979b82876d28dcb265a
Author: Willie Walker <william walker sun com>
Date: Sat Jul 4 03:24:05 2009 -0400
Make docs more speech/braille agnositc
src/orca/braille_generator.py | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/src/orca/braille_generator.py b/src/orca/braille_generator.py
index 8ae7a1e..35c0f5d 100644
--- a/src/orca/braille_generator.py
+++ b/src/orca/braille_generator.py
@@ -113,11 +113,10 @@ class BrailleGenerator(generator.Generator):
#####################################################################
def _generateRoleName(self, obj, **args):
- """Returns the role name for the object in an array of strings (and
- possibly voice and audio specifications), with the exception
- that the pyatspi.ROLE_UNKNOWN role will yield an empty array.
- Note that a 'role' attribute in args will override the
- accessible role of the obj.
+ """Returns the role name for the object in an array of strings, with
+ the exception that the pyatspi.ROLE_UNKNOWN role will yield an
+ empty array. Note that a 'role' attribute in args will
+ override the accessible role of the obj.
"""
result = []
role = args.get('role', obj.getRole())
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]