From d5a89ab843542f88544a0f55900093329ef6b85c Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 20 Aug 2015 13:44:11 -0400 Subject: Fix 'filename' to be 'file name' in English. --- coverage/html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverage/html.py') diff --git a/coverage/html.py b/coverage/html.py index c0dfe80e..8c306c62 100644 --- a/coverage/html.py +++ b/coverage/html.py @@ -109,7 +109,7 @@ class HtmlReporter(Reporter): def report(self, morfs): """Generate an HTML report for `morfs`. - `morfs` is a list of modules or filenames. + `morfs` is a list of modules or file names. """ assert self.config.html_dir, "must give a directory for html reporting" -- cgit v1.2.1