Explorar el Código

Fixed typo in docs/ref/models/expressions.txt.

Mariusz Felisiak hace 6 meses
padre
commit
2b9f0b79bc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/ref/models/expressions.txt

+ 1 - 1
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