Skip to content

Commit 8f1f3ad

Browse files
committed
Merge pull request pallets-eco#191 from mattshaffer11/patch-1
Changed "them items" to "the items"
2 parents 24c7b2a + 712cdd6 commit 8f1f3ad

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
use a subquery.
106106
- ``'dynamic'`` is special and useful if you have many items. Instead of
107107
loading the items SQLAlchemy will return another query object which
108-
you can further refine before loading them items. This is usually
108+
you can further refine before loading the items. This is usually
109109
what you want if you expect more than a handful of items for this
110110
relationship.
111111

0 commit comments

Comments
 (0)