We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89c29b3 commit e7bbc1bCopy full SHA for e7bbc1b
docs/how-to/bakery.rst
@@ -104,7 +104,7 @@ And the execution is also simplified with the same ``bind`` magic::
104
user: User = await user_getter.first(uid=1)
105
print(user.name)
106
107
-To make things more easier, you could even define the baked queries directly on the
+To make things easier, you could even define the baked queries directly on the
108
model::
109
110
class User(db.Model):
0 commit comments