Skip to content

Commit e7bbc1b

Browse files
kigawasfantix
authored andcommitted
fix redundant "more" in bakery doc
1 parent 89c29b3 commit e7bbc1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/how-to/bakery.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ And the execution is also simplified with the same ``bind`` magic::
104104
user: User = await user_getter.first(uid=1)
105105
print(user.name)
106106

107-
To make things more easier, you could even define the baked queries directly on the
107+
To make things easier, you could even define the baked queries directly on the
108108
model::
109109

110110
class User(db.Model):

0 commit comments

Comments
 (0)