summaryrefslogtreecommitdiff
path: root/coverage/html.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/html.py')
-rw-r--r--coverage/html.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/html.py b/coverage/html.py
index 2b8cedc..9b95100 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),