Skip to content

Commit 40d7010

Browse files
MichelMLikonst
authored andcommitted
Fix query instructions mistake in README (#732)
1 parent eb04bee commit 40d7010

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ Create a new user:
109109
user.email = "djohn@company.org"
110110
user.save()
111111
112-
Now, search your table for all users with a last name of 'John' and whose
113-
first name begins with 'D':
112+
Now, search your table for all users with a last name of 'Denver' and whose
113+
first name begins with 'J':
114114

115115
.. code-block:: python
116116

0 commit comments

Comments
 (0)