Skip to content

Commit 5c56575

Browse files
committed
Tweak README
1 parent 75f8b43 commit 5c56575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ NOTE: If you're coming from [Python JSONPath](https://github.com/jg-rp/python-js
3232

3333
Apply JSONPath expression _path_ to _data_. _data_ should arbitrary, possible nested, Python dictionaries, lists, strings, integers, floats, booleans or `None`, as you would get from [`json.load()`](https://docs.python.org/3/library/json.html#json.load).
3434

35-
A list of `JSONPathNode` instances is returned, one for each value in _data_ matched by _path_. The returned list will be empty if there were no matches.
35+
A list of `JSONPathNode` instances is returned, one node for each value in _data_ matched by _path_. The returned list will be empty if there were no matches.
3636

3737
Each `JSONPathNode` has:
3838

0 commit comments

Comments
 (0)