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 e183c9c17..1827233a3 100644
--- a/tests/test_build_epub.py
+++ b/tests/test_build_epub.py
@@ -28,7 +28,7 @@ class EPUBElementTree:
'ibooks': 'http://vocabulary.itunes.apple.com/rdf/ibooks/vocabulary-extensions-1.0/',
'ncx': 'http://www.daisy.org/z3986/2005/ncx/',
'xhtml': 'http://www.w3.org/1999/xhtml',
- 'epub': 'http://www.idpf.org/2007/ops'
+ 'epub': 'http://www.idpf.org/2007/ops',
}
def __init__(self, tree):