Skip to content

Commit

Permalink
Removed duplicate docs example (#980)
Browse files Browse the repository at this point in the history
  • Loading branch information
ishan1608 committed Oct 27, 2021
1 parent be7bf37 commit c8cb559
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,6 @@ first name begins with 'J':
Examples of ways to query your table with filter conditions:

.. code-block:: python
for user in UserModel.query("Denver", UserModel.email=="djohn@company.org"):
print(user.first_name)
.. code-block:: python
for user in UserModel.query("Denver", UserModel.email=="djohn@company.org"):
Expand Down

0 comments on commit c8cb559

Please sign in to comment.