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. """