From 08728c6bd419c5be586d64df481f1d043277a0d4 Mon Sep 17 00:00:00 2001 From: Raphael Ackermann Date: Sun, 4 Apr 2010 11:03:43 +0000 Subject: [PATCH] doc typos svn: r15022 --- src/Filters/_GenericFilter.py | 2 +- src/gen/db/base.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Filters/_GenericFilter.py b/src/Filters/_GenericFilter.py index 8eb5bce7a..c34e93f9d 100644 --- a/src/Filters/_GenericFilter.py +++ b/src/Filters/_GenericFilter.py @@ -216,7 +216,7 @@ class GenericFilter(object): If progress given, it will be used to indicate progress of the Filtering - If typleind is given, id_list is supposed to consist of a list of + If tupleind is given, id_list is supposed to consist of a list of tuples, with the handle being index tupleind. So handle_0 = id_list[0][tupleind] diff --git a/src/gen/db/base.py b/src/gen/db/base.py index 2aa1a2c14..86fb37437 100644 --- a/src/gen/db/base.py +++ b/src/gen/db/base.py @@ -152,7 +152,7 @@ class DbReadBase(object): def find_next_repository_gramps_id(self): """ - Return the next available GRAMPS' ID for a Respository object based + Return the next available GRAMPS' ID for a Repository object based off the repository ID prefix. """ raise NotImplementedError