diff --git a/docs/ref/models/querysets.txt b/docs/ref/models/querysets.txt index b8868f3a72..a9006a14a9 100644 --- a/docs/ref/models/querysets.txt +++ b/docs/ref/models/querysets.txt @@ -3217,7 +3217,7 @@ as the string based lookups passed to # This will only execute two queries regardless of the number of Question # and Choice objects. >>> Question.objects.prefetch_related(Prefetch('choice_set')).all() - ]> + ]> The ``queryset`` argument supplies a base ``QuerySet`` for the given lookup. This is useful to further filter down the prefetch operation, or to call