From 8e4db5a7a21684c231c78839c4a7313849c5a090 Mon Sep 17 00:00:00 2001 From: Martin Zimmermann Date: Wed, 25 Feb 2015 10:57:55 +0100 Subject: [PATCH] typo --- isso/utils/html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isso/utils/html.py b/isso/utils/html.py index 5ee6199..294b8d4 100644 --- a/isso/utils/html.py +++ b/isso/utils/html.py @@ -8,7 +8,7 @@ import pkg_resources from distutils.version import LooseVersion as Version HTML5LIB_VERSION = Version(pkg_resources.get_distribution("html5lib").version) -HTML5LIB_SIMPLETREE = Version("0.9.5") +HTML5LIB_SIMPLETREE = Version("0.95") from isso.compat import reduce