diff --git a/docs/installation.rst b/docs/installation.rst index a267cce2f76a4..6c3cc1efedb60 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -1274,7 +1274,7 @@ There is a special ``_filters`` parameter which can be used to test filters used "_filters": { "col": "action_type", "op": "IN", - "val": ["sell", "buy"] + "val": ["sell", "buy"] } .. code-block:: python