diff --git a/publiccode.yml b/publiccode.yml index b6008e5..6d89346 100644 --- a/publiccode.yml +++ b/publiccode.yml @@ -57,17 +57,17 @@ description: You can install the package with _pip_ in a Python 2.7 or Python 3.5+ environment: - ~~~ + ~~~~ pip install elementpath - ~~~ + ~~~~ For using it import the package and apply the selectors on ElementTree nodes: - ~~~ + ~~~~ >>> import elementpath >>> from xml.etree import ElementTree >>> root = ElementTree.XML('') >>> elementpath.select(root, '/A/B2/\*') [, , ] - ~~~ + ~~~~ features: - XPath 1.0 and XPath 2.0 implementations