diff --git a/docs/ref/models/expressions.txt b/docs/ref/models/expressions.txt index 6623cef6e9..f273b00a9e 100644 --- a/docs/ref/models/expressions.txt +++ b/docs/ref/models/expressions.txt @@ -1097,7 +1097,7 @@ calling the appropriate methods on the wrapped expression. .. attribute:: set_returning - .. versionadded:: 5.2 + .. versionadded:: 5.2 Tells Django that this expression contains a set-returning function, enforcing subquery evaluation. It's used, for example, to allow some