doc typos

svn: r15022
This commit is contained in:
Raphael Ackermann 2010-04-04 11:03:43 +00:00
parent 40791a47bb
commit 08728c6bd4
2 changed files with 2 additions and 2 deletions

View File

@ -216,7 +216,7 @@ class GenericFilter(object):
If progress given, it will be used to indicate progress of the If progress given, it will be used to indicate progress of the
Filtering 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 tuples, with the handle being index tupleind. So
handle_0 = id_list[0][tupleind] handle_0 = id_list[0][tupleind]

View File

@ -152,7 +152,7 @@ class DbReadBase(object):
def find_next_repository_gramps_id(self): 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. off the repository ID prefix.
""" """
raise NotImplementedError raise NotImplementedError