From cf06392e6c0ed34cf1e713ee1fae2322f0507bc8 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Mon, 11 Apr 2005 00:07:10 +0000 Subject: [PATCH] Typo svn: r4340 --- gramps2/src/RelLib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps2/src/RelLib.py b/gramps2/src/RelLib.py index f6a55ab0b..51dea7f00 100644 --- a/gramps2/src/RelLib.py +++ b/gramps2/src/RelLib.py @@ -160,7 +160,7 @@ class BaseObject: def get_handle_referents(self): """ Returns the list of child objects which may, directly or through - their children, reference primary objects.. + their children, reference primary objects. @return: Returns the list of objects refereincing primary objects. @rtype: list