summaryrefslogtreecommitdiff
path: root/tests/test_build_epub.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_build_epub.py')
-rw-r--r--tests/test_build_epub.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_build_epub.py b/tests/test_build_epub.py
index c468b093d..45a01b13c 100644
--- a/tests/test_build_epub.py
+++ b/tests/test_build_epub.py
@@ -346,7 +346,7 @@ def test_epub_css_files(app):
content = (app.outdir / 'index.xhtml').read_text()
assert '<link rel="stylesheet" type="text/css" href="_static/css/epub.css" />' in content
- # files in html_css_files are not outputed
+ # files in html_css_files are not outputted
assert ('<link rel="stylesheet" type="text/css" href="_static/css/style.css" />'
not in content)
assert ('<link media="print" rel="stylesheet" title="title" type="text/css" '