From e0e1879ffcd8745f586d152b753d6e591308da9c Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Tue, 31 May 2005 18:22:37 +0000 Subject: [PATCH] Update svn: r4743 --- src/AutoComp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AutoComp.py b/src/AutoComp.py index 55cd60232..5524ab5bd 100644 --- a/src/AutoComp.py +++ b/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()