8000 Minor formatting fix for syntax table · mynerva/python-jsonpath-rw@4b8ccba · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 4b8ccba

Browse files
committed
Minor formatting fix for syntax table
Moved the `|`/union operator into the syntax table.
1 parent 36c32aa commit 4b8ccba

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