summaryrefslogtreecommitdiff
path: root/coverage/html.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-08-04 07:30:08 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-08-04 07:30:08 -0400
commitd6ae810aaaf3a35d9f947428f3fc22f0d8750073 (patch)
tree90271008f4bcd7bae8f43fa2dca74be9ce0bf3fc /coverage/html.py
parentf1491bdf248bc8bd073a1ae061757d7bfd787e79 (diff)
downloadpython-coveragepy-d6ae810aaaf3a35d9f947428f3fc22f0d8750073.tar.gz
Fixing spelling
Diffstat (limited to 'coverage/html.py')
-rw-r--r--coverage/html.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/coverage/html.py b/coverage/html.py
index 357de94..3c5e3b4 100644
--- a/coverage/html.py
+++ b/coverage/html.py
@@ -58,7 +58,8 @@ def data(fname):
class HtmlReporter(Reporter):
"""HTML reporting."""
- # These files will be copied from the htmlfiles dir to the output dir.
+ # These files will be copied from the htmlfiles directory to the output
+ # directory.
STATIC_FILES = [
("style.css", ""),
("jquery.min.js", "jquery"),