Skip to content

Commit

Permalink
Missing space in rst code-block
Browse files Browse the repository at this point in the history
  • Loading branch information
jlafon committed Jan 29, 2014
1 parent 9fff677 commit 34c4695
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ DynamoDB API - not PynamoDB). The supported operators are:
* between

You can even specify multiple filters:

.. code-block:: python
>>> for item in Thread.scan(forum__begins_with='Prefix', views__gt=10):
Expand Down

0 comments on commit 34c4695

Please sign in to comment.