From 4806d0e7bdfeccfb75c2064bad787d66a375cf40 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 4 Aug 2015 07:30:08 -0400 Subject: Fixing spelling --- coverage/html.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'coverage/html.py') 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"), -- cgit v1.2.1