diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2011-08-03 17:37:13 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2011-08-03 17:37:13 -0400 |
| commit | b16b0b8bb74367803694ebfad1cbdb4ab7969a96 (patch) | |
| tree | c5a64c9780a028dae547861c2faaa7d0c2bd6697 /coverage/html.py | |
| parent | 5cf19e6f1afed26790065fd815784b2f1abf90ca (diff) | |
| download | python-coveragepy-b16b0b8bb74367803694ebfad1cbdb4ab7969a96.tar.gz | |
Fix whitespace
Diffstat (limited to 'coverage/html.py')
| -rw-r--r-- | coverage/html.py | 2 |
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), |
