[pyatspi2] Add accidentally dropped closing quotes for documentation
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pyatspi2] Add accidentally dropped closing quotes for documentation
- Date: Tue, 16 Aug 2011 05:09:52 +0000 (UTC)
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]