[pyatspi2] Add accidentally dropped closing quotes for documentation



commit 890bd73c60d542023a71767d4f6e9925147dc2cc
Author: Luke Yelavich <luke yelavich canonical com>
Date:   Tue Aug 16 13:21:29 2011 +1000

    Add accidentally dropped closing quotes for documentation

 pyatspi/text.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/pyatspi/text.py b/pyatspi/text.py
index 0c08e22..1a3381d 100644
--- a/pyatspi/text.py
+++ b/pyatspi/text.py
@@ -466,6 +466,7 @@ class Text:
                 the resulting substring, if one exists. 
                 @return a string which is a substring of the text content of
                 the object, delimited by the specified boundary condition.
+                """
                 ret = exwrap(Atspi.Text.get_text_before_offset, self.obj, offset, type)
                 return textRangeToList(ret)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]