Skip to content

Commit 5a9a98a

Browse files
bit-bot-bitikonst
authored andcommitted
Fix docs syntax typo (#722)
1 parent 28b3a45 commit 5a9a98a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ first name begins with 'D':
114114

115115
.. code-block:: python
116116
117-
for user in UserModel.query("Denver", UserModel.first_name.startswith("J"):
117+
for user in UserModel.query("Denver", UserModel.first_name.startswith("J")):
118118
print(user.first_name)
119119
120120
Examples of ways to query your table with filter conditions:

0 commit comments

Comments
 (0)