diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-20 13:44:11 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-20 13:44:11 -0400 |
commit | d5a89ab843542f88544a0f55900093329ef6b85c (patch) | |
tree | 096e088a8193c4d3ecd96755f9f35793d2a0bb76 /coverage/html.py | |
parent | 33d7789e8e6c15aae52cf3e36eecbd48f36e248e (diff) | |
download | python-coveragepy-git-d5a89ab843542f88544a0f55900093329ef6b85c.tar.gz |
Fix 'filename' to be 'file name' in English.
Diffstat (limited to 'coverage/html.py')
-rw-r--r-- | coverage/html.py | 2 |
1 files changed, 1 insertions, 1 deletions
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" |