Skip to content

Commit d258cce

Browse files
committed
Fixing a minor spelling mistake in the queryset documentation
1 parent 1708c8a commit d258cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ref/models/querysets.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1486,7 +1486,7 @@ internally so that repeated evaluations do not result in additional queries. In
14861486
contrast, ``iterator()`` will read results directly, without doing any caching
14871487
at the ``QuerySet`` level (internally, the default iterator calls ``iterator()``
14881488
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
1489+
objects that you only need to access once, this can result in better
14901490
performance and a significant reduction in memory.
14911491

14921492
Note that using ``iterator()`` on a ``QuerySet`` which has already been

0 commit comments

Comments
 (0)