瀏覽代碼

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

Mariusz Felisiak 6 月之前
父節點
當前提交
2b9f0b79bc
共有 1 個文件被更改,包括 1 次插入1 次删除
  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