From a125f69502c20288139222a29f8de43f77f7d4bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Tue, 28 Aug 2012 17:45:10 +0000 Subject: [PATCH] #5991: typo on docstrings svn: r20278 --- src/gen/db/base.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/gen/db/base.py b/src/gen/db/base.py index 30a1e93b4..a2430c823 100644 --- a/src/gen/db/base.py +++ b/src/gen/db/base.py @@ -210,7 +210,7 @@ class DbReadBase(object): def get_event_bookmarks(self): """ - Return the list of Person handles in the bookmarks. + Return the list of Event handles in the bookmarks. """ raise NotImplementedError @@ -260,7 +260,7 @@ class DbReadBase(object): def get_family_bookmarks(self): """ - Return the list of Person handles in the bookmarks. + Return the list of Family handles in the bookmarks. """ raise NotImplementedError @@ -329,7 +329,7 @@ class DbReadBase(object): def get_media_bookmarks(self): """ - Return the list of Person handles in the bookmarks. + Return the list of Media handles in the bookmarks. """ raise NotImplementedError @@ -542,7 +542,7 @@ class DbReadBase(object): def get_place_bookmarks(self): """ - Return the list of Person handles in the bookmarks. + Return the list of Place handles in the bookmarks. """ raise NotImplementedError @@ -658,7 +658,7 @@ class DbReadBase(object): def get_repo_bookmarks(self): """ - Return the list of Person handles in the bookmarks. + Return the list of Repository handles in the bookmarks. """ raise NotImplementedError @@ -714,7 +714,7 @@ class DbReadBase(object): def get_source_bookmarks(self): """ - Return the list of Person handles in the bookmarks. + Return the list of Source handles in the bookmarks. """ raise NotImplementedError