Skip to content

Commit

Permalink
Fix README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
bgschiller committed May 4, 2017
1 parent a686896 commit 1ebe3bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Winnow

Winnow is a framework for server-side filtering of data. It is designed to be expressive, extensible, and fast. Winnow's inputs look something like this:

.. code-block json
.. code-block:: json
{
"logical_op": "&",
"filter_clauses": [
Expand All @@ -26,6 +26,6 @@ Winnow is a framework for server-side filtering of data. It is designed to be ex
Winnow's outputs look something like this:

.. code-block python
.. code-block:: python
"WHERE created_date < %s::timestamp AND owner_id = ANY(VALUES (%s),(%s),(%s))",
('2015-03-01', 23, 41, 90)

0 comments on commit 1ebe3bb

Please sign in to comment.