* src/plugins/AncestorChart2.py: fix comment

* src/plugins/DecendChart.py: fix comment
* src/plugins/TimeLine.py: Remove Title option

svn: r6963
This commit is contained in:
Brian Matherly
2006-06-25 01:57:56 +00:00
parent 27541aa86b
commit ae8a270c53
4 changed files with 8 additions and 16 deletions

View File

@@ -122,7 +122,6 @@ class DescendChart(Report):
dispf - Display format for the output box.
singlep - Whether to scale to fit on a single page.
title - Title of the report displayed on top.
maxgen - Maximum number of generations to include.
"""
Report.__init__(self,database,person,options_class)