8000 Merge pull request #16 from nchammas/master · mynerva/python-jsonpath-rw@3be2642 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3be2642

Browse files
committed
Merge pull request kennknowles#16 from nchammas/master
Minor formatting fix for syntax table
2 parents 2bf8529 + 4b8ccba commit 3be2642

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,8 @@ Jsonpath operators:
9999
+-------------------------------------+------------------------------------------------------------------------------------+
100100
| *jsonpath1* ``where`` *jsonpath2* | Any nodes matching *jsonpath1* with a child matching *jsonpath2* |
101101
+-------------------------------------+------------------------------------------------------------------------------------+
102-
103-
Also *jsonpath1* ``|`` *jsonpath2* for union (but I have not convinced
104-
Github-Flavored Markdown to allow me to put that in a table)
102+
| *jsonpath1* ``|`` *jsonpath2* | Any nodes matching the union of *jsonpath1* and *jsonpath2* |
103+
+-------------------------------------+------------------------------------------------------------------------------------+
105104

106105
Field specifiers ( *field* ):
107106

0 commit comments

Comments
 (0)
0