fix typo in Descendant Report

This commit is contained in:
Paul Franklin 2016-04-23 23:21:44 -07:00
parent 0b6cae988a
commit 3a590e7dec

View File

@ -143,7 +143,7 @@ class Printinfo():
A base class used to help make the individual numbering system classes.
This class must first be initialized with set_class_vars
"""
def __init__(self, doc, database, numbering, showmarriage, showdivorce,\
def __init__(self, doc, database, numbering, showmarriage, showdivorce,
name_display, rlocale):
#classes
self._name_display = name_display