From 44c3dcf88eb75649e5d25db7687f8c51920f87cd Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Tue, 31 May 2005 18:22:37 +0000 Subject: [PATCH] Update svn: r4743 --- gramps2/src/AutoComp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps2/src/AutoComp.py b/gramps2/src/AutoComp.py index 55cd60232..5524ab5bd 100644 --- a/gramps2/src/AutoComp.py +++ b/gramps2/src/AutoComp.py @@ -140,7 +140,7 @@ class StandardCustomSelector: """ Get selected values. - @return: Returns a tuple of (int,str) corresponding to the selected or entered text. + @return: Returns (int,str) tuple corresponding to the selection. @rtype: tuple """ ai = self.selector.get_active_iter()