Commit 43d585ff authored by Andreas Jung's avatar Andreas Jung

typo

parent c3cc9762
......@@ -23,7 +23,7 @@ ascii_str = '<html><body>hello world</body></html>'
iso885915_str = '<html><body></body></html>'
utf8_str = unicode(iso885915_str, 'iso-8859-15').encode('utf-8')
xml_template = '''<?xml vesion="1.0" encoding="%s"?>
xml_template = '''<?xml version="1.0" encoding="%s"?>
<foo>
</foo>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment