doc: Fix typo

This commit is contained in:
Mehdi Abaakouk 2015-09-02 14:04:00 +02:00
parent a098f11359
commit e6218a24af
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ python-jsonpath-rw-ext
Extensions for JSONPath RW
jsonpath-rw-ext extends json-path-rw capabilities by adding multiple extensions.
'len' that allows to get the length of a list. 'sorted' that returns a sorted version
of a list, 'arithmetic' that permits to make math operation between elements and
'len' that allows one to get the length of a list. 'sorted' that returns a sorted version
of a list, 'arithmetic' that permits one to make math operation between elements and
'filter' to select only certain elements of a list.
Each extensions will be proposed `upstream <https://github.com/kennknowles/python-jsonpath-rw>`__