瀏覽代碼

Made a sentence in default_if_none docs consistent with other template filters.

Joon Hwan 김준환 8 年之前
父節點
當前提交
a7214f0e84
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/ref/templates/builtins.txt

+ 1 - 1
docs/ref/templates/builtins.txt

@@ -1499,7 +1499,7 @@ For example::
 
     {{ value|default_if_none:"nothing" }}
 
-If ``value`` is ``None``, the output will be the string ``"nothing"``.
+If ``value`` is ``None``, the output will be ``nothing``.
 
 .. templatefilter:: dictsort