3465: Create a new hierarchy of base classes for gramps cor databases (read, write) and add methods
svn: r13894
This commit is contained in:
@@ -443,7 +443,7 @@ def run_report(db, name, **options_str_dict):
|
||||
"""
|
||||
Given a database, run a given report.
|
||||
|
||||
db is a GrampsDb database
|
||||
db is a Db database
|
||||
|
||||
name is the name of a report
|
||||
|
||||
|
||||
@@ -93,7 +93,7 @@ def write_endnotes(bibliography, database, doc, printnotes=False):
|
||||
@param bibliography: The bibliography that contains the citations.
|
||||
@type bibliography: L{Bibliography}
|
||||
@param database: The database that the sources come from.
|
||||
@type database: GrampsDbBase
|
||||
@type database: DbBase
|
||||
@param doc: The document to write the endnotes into.
|
||||
@type doc: L{docgen.TextDoc}
|
||||
@param printnotes: Indicate if the notes attached to a source must be
|
||||
|
||||
Reference in New Issue
Block a user