From d3a742dadd495708358593a48df07774cc94c6ea Mon Sep 17 00:00:00 2001 From: Shane Kerr Date: Fri, 1 Apr 2016 17:39:54 -0300 Subject: [PATCH] Update etree.py --- pygal/etree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygal/etree.py b/pygal/etree.py index 721a0a7..7a44af0 100644 --- a/pygal/etree.py +++ b/pygal/etree.py @@ -17,7 +17,7 @@ # You should have received a copy of the GNU Lesser General Public License # along with pygal. If not, see . """ -Wrapper for seemless lxml.etree / xml.etree usage +Wrapper for seamless lxml.etree / xml.etree usage depending on whether lxml is installed or not. """