Skip to content

Commit dcac5fa

Browse files
wudenggangfantix
authored andcommitted
typo fix : original, subqueries
typo fix : original, subqueries
1 parent bb5c6ba commit dcac5fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/gino/crud.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -749,8 +749,8 @@ def in_query(cls, query):
749749
as the columns are in subqueries, so technically they're columns in the
750750
new "table".
751751
752-
With this method, the columns are loaded into the origintal models when
753-
being used in subquries. For example::
752+
With this method, the columns are loaded into the original models when
753+
being used in subqueries. For example::
754754
755755
query = query.alias('users')
756756
MyUser = User.in_query(query)

0 commit comments

Comments
 (0)