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 1708c8a commit d258cceCopy full SHA for d258cce
docs/ref/models/querysets.txt
@@ -1486,7 +1486,7 @@ internally so that repeated evaluations do not result in additional queries. In
1486
contrast, ``iterator()`` will read results directly, without doing any caching
1487
at the ``QuerySet`` level (internally, the default iterator calls ``iterator()``
1488
and caches the return value). For a ``QuerySet`` which returns a large number of
1489
-objects that you only need to access once, this can results in better
+objects that you only need to access once, this can result in better
1490
performance and a significant reduction in memory.
1491
1492
Note that using ``iterator()`` on a ``QuerySet`` which has already been
0 commit comments