2008-02-22 Raphael Ackermann <raphael.ackermann@gmail.com>

* various (294 files)
	pep8 doc fixes & pylint fixes

svn: r10103
This commit is contained in:
Raphael Ackermann
2008-02-24 13:55:55 +00:00
parent 2180fa02cb
commit c962d5e6e1
294 changed files with 2925 additions and 2571 deletions

View File

@@ -55,7 +55,7 @@ class IndivCompleteReport(Report):
def __init__(self, database, options_class):
"""
Creates the IndivCompleteReport object that produces the report.
Create the IndivCompleteReport object that produces the report.
The arguments are:
@@ -251,7 +251,7 @@ class IndivCompleteReport(Report):
text = _nd.display_name(name)
endnotes = ""
if self.use_srcs:
endnotes = Endnotes.cite_source(self.bibli,name)
endnotes = Endnotes.cite_source(self.bibli, name)
self.normal_cell(text,endnotes)
self.doc.end_row()
self.doc.end_table()
@@ -429,7 +429,7 @@ class IndivCompleteReport(Report):
mark = ReportUtils.get_person_mark(self.database, self.person)
endnotes = ""
if self.use_srcs:
endnotes = Endnotes.cite_source(self.bibli,name)
endnotes = Endnotes.cite_source(self.bibli, name)
self.normal_cell(text,endnotes,mark)
self.doc.end_row()