From 574d041fbbbbfda3fc4fcaff65629dd04c8eaa70 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 3 Aug 2011 17:37:13 -0400 Subject: Fix whitespace --- coverage/html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverage/html.py') diff --git a/coverage/html.py b/coverage/html.py index 2b8cedcb..9b951002 100644 --- a/coverage/html.py +++ b/coverage/html.py @@ -91,7 +91,7 @@ class HtmlReporter(Reporter): self.make_local_static_report_files() def make_local_static_report_files(self): - """ Make local instances of static files for HTML report. """ + """Make local instances of static files for HTML report.""" for static in self.STATIC_FILES: shutil.copyfile( data_filename("htmlfiles/" + static), -- cgit v1.2.1