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
commit4806d0e7bdfeccfb75c2064bad787d66a375cf40 (patch)
tree75ed93e6d24ef18571c02940f285419875ab6a11 /coverage/html.py
parentf06e02ebdcea3c5c585b784c568b99ea949cba90 (diff)
downloadpython-coveragepy-git-4806d0e7bdfeccfb75c2064bad787d66a375cf40.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 357de94c..3c5e3b46 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"),