Skip to content

Commit

Permalink
it nessary
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshay Koladiya committed Oct 1, 2020
1 parent b008a97 commit 000130a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -54,7 +54,7 @@ Then:
>>> from jsonpath_rw.jsonpath import Fields
>>> from jsonpath_rw.jsonpath import Slice
>>> jsonpath_expr_direct = Fields('foo').child(Slice('*')).child(Fields('baz')) # This is equivalent
>>> jsonpath_expr_direct = Fields.('foo').child(Slice('*')).child(Fields('baz')) # This is equivalent
JSONPath Syntax
---------------
Expand Down

0 comments on commit 000130a

Please sign in to comment.