Skip to content

Commit b4331fd

Browse files
committed
Fix rst syntax
1 parent 8bdbd4c commit b4331fd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
NOTE: This library is modified to support the `Document API in Python <https://github.com/aerospike/document-lib-python>`__.
1+
NOTE: This library is modified to support the `Document API in Python <https://github.com/aerospike/document-lib-python>`_.
22

33
Python JSONPath Next-Generation |Build Status| |PyPI|
44
=====================================================
@@ -206,10 +206,10 @@ Extensions
206206
| | - $.objects[\\some_field,/other_field] |
207207
+--------------+----------------------------------------------+
208208
| filter | - $.objects[?(@some_field > 5)] |
209-
| | - $.objects[?some_field = "foobar")] |
210-
| | - $.objects[?some_field > 5 & other < 2)] and|
211-
| | - $.objects[?some_field>5 |some_field<2)] or |
212-
| | - $.objects[?(!(field>5 | field<2))] not|
209+
| | - $.objects[?some_field = "foobar"] |
210+
| | - $.objects[?some_field > 5 & other < 2] and|
211+
| | - $.objects[?some_field>5 \|some_field<2] or |
212+
| | - $.objects[?(!(field>5 \| field<2))] not|
213213
| | - $.objects[[email protected] ~= "a.+a"] regex|
214214
+--------------+----------------------------------------------+
215215
| arithmetic | - $.foo + "_" + $.bar |

0 commit comments

Comments
 (0)