8000 Update README.md · joshbenner/python-jsonpath-rw@1d44007 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1d44007

Browse files
committed
Update README.md
1 parent 107b1a2 commit 1d44007

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
@@ -29,7 +29,7 @@ $ python
2929

3030
>>> from jsonpath_rw import jsonpath, parse
3131

32-
# A robust parser, not just a regex, makes powerful extensions possible
32+
# A robust parser, not just a regex. (Makes powerful extensions possible; see below)
3333
>>> jsonpath_expr = parse('foo[*].baz')
3434

3535
# Extracting values is easy

0 commit comments

Comments
 (0)
0