* 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

@@ -184,7 +184,6 @@ class AncestorChart(Report):
dispf - Display format for the output box.
singlep - Whether to scale to fit on a single page.
compress - Whether to compress chart.
title - Title of the report displayed on top.
"""
Report.__init__(self,database,person,options_class)