typos
svn: r18594
This commit is contained in:
@@ -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)
|
||||
|
@@ -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.
|
||||
"""
|
||||
|
@@ -374,7 +374,7 @@ class DescendantReport(Report):
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
# AncestorOptions
|
||||
# DescendantOptions
|
||||
#
|
||||
#------------------------------------------------------------------------
|
||||
class DescendantOptions(MenuReportOptions):
|
||||
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user