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 bb5c6ba commit dcac5faCopy full SHA for dcac5fa
src/gino/crud.py
@@ -749,8 +749,8 @@ def in_query(cls, query):
749
as the columns are in subqueries, so technically they're columns in the
750
new "table".
751
752
- With this method, the columns are loaded into the origintal models when
753
- being used in subquries. For example::
+ With this method, the columns are loaded into the original models when
+ being used in subqueries. For example::
754
755
query = query.alias('users')
756
MyUser = User.in_query(query)
0 commit comments