Skip to content

Commit 353e9c4

Browse files
committed
also runs with lxml 4.3.4
1 parent 75ef674 commit 353e9c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lxml/lxmlGramplet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
from lxml import etree, objectify
7979
LXML_OK = True
8080
# current code is working with:
81-
# LXML_VERSION (3, 3, 3)
81+
# LXML_VERSION (4, 3, 4)
8282
# LIBXML_VERSION (2, 9, 1))
8383
# LIBXSLT_VERSION (1, 1, 28))
8484
LXML_VERSION = etree.LXML_VERSION

0 commit comments

Comments
 (0)