pep8 fixes

fixing typos


svn: r12934
This commit is contained in:
Raphael Ackermann
2009-08-09 17:09:32 +00:00
parent ce53145dfe
commit 65f72560d1
32 changed files with 153 additions and 149 deletions

View File

@@ -577,7 +577,7 @@ class OptionHandler(_Options.OptionHandler):
Specific initialization for reports.
"""
# These are needed for running reports.
# We will not need to save/retreive them, just keep around.
# We will not need to save/retrieve them, just keep around.
self.doc = EmptyDoc() # Nasty hack. Text reports replace this
self.output = None
@@ -795,7 +795,7 @@ class ReportOptions(_Options.Options):
class MenuReportOptions(GuiMenuOptions, ReportOptions):
"""
The MenuReportOptions class implementes the ReportOptions
The MenuReportOptions class implements the ReportOptions
functionality in a generic way so that the user does not need to
be concerned with the graphical representation of the options.