diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-04 07:30:08 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-04 07:30:08 -0400 |
commit | 4806d0e7bdfeccfb75c2064bad787d66a375cf40 (patch) | |
tree | 75ed93e6d24ef18571c02940f285419875ab6a11 /coverage/html.py | |
parent | f06e02ebdcea3c5c585b784c568b99ea949cba90 (diff) | |
download | python-coveragepy-git-4806d0e7bdfeccfb75c2064bad787d66a375cf40.tar.gz |
Fixing spelling
Diffstat (limited to 'coverage/html.py')
-rw-r--r-- | coverage/html.py | 3 |
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"), |