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 | 574d041fbbbbfda3fc4fcaff65629dd04c8eaa70 (patch) | |
tree | 24c7d615b853a5da933f4a644cdce0e62b9eabdf /coverage/html.py | |
parent | 342ef6afe5dc09c881f3e1cbe242c80704d3c3d2 (diff) | |
download | python-coveragepy-git-574d041fbbbbfda3fc4fcaff65629dd04c8eaa70.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 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), |