Skip to content

Commit 2f7063e

Browse files
authored
Merge pull request pallets-eco#574 from greyli/patch-2
Docs: Fixed SQL syntax
2 parents ae3eb67 + 84ad4c2 commit 2f7063e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/models.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ when SQLAlchemy will load the data from the database:
105105

106106
- ``'select'`` / ``True`` (which is the default, but explicit is better
107107
than implicit) means that SQLAlchemy will load the data as necessary
108-
in one go using a standard select statement.
108+
in one go using a standard ``SELECT`` statement.
109109
- ``'joined'`` / ``False`` tells SQLAlchemy to load the relationship in
110110
the same query as the parent using a ``JOIN`` statement.
111111
- ``'subquery'`` works like ``'joined'`` but instead SQLAlchemy will

0 commit comments

Comments
 (0)