From 16c57e18191a8defe51209ebecd70ed9d486d76e Mon Sep 17 00:00:00 2001 From: libremente Date: Mon, 2 Sep 2019 14:46:40 +0200 Subject: [PATCH] Fixed typo in publiccode.yml --- publiccode.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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