svn: r18594
This commit is contained in:
Paul Franklin
2011-12-13 17:10:21 +00:00
parent 96bd83275e
commit 3c54cda718
8 changed files with 9 additions and 10 deletions

View File

@@ -651,8 +651,8 @@ class AncestorTree(Report):
The arguments are:
database - the GRAMPS database instance
person - currently selected person
options - instance of the Options class for this report
user - a gen.user.User() instance
"""
Report.__init__(self, database, options, user)

View File

@@ -695,8 +695,8 @@ class StatisticsChart(Report):
The arguments are:
database - the GRAMPS database instance
person - currently selected person
options - instance of the Options class for this report
options - instance of the Options class for this report
user - a gen.user.User() instance
To see what the options are, check the options help in the options class.
"""

View File

@@ -374,7 +374,7 @@ class DescendantReport(Report):
#------------------------------------------------------------------------
#
# AncestorOptions
# DescendantOptions
#
#------------------------------------------------------------------------
class DescendantOptions(MenuReportOptions):

View File

@@ -55,7 +55,7 @@ class SimpleBookTitle(Report):
The arguments are:
database - the GRAMPS database instance
options - instance of the Options class for this report
options - instance of the Options class for this report
user - a gen.user.User() instance
This report needs the following parameters (class variables)