diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index 6395f97607..0a2e62a79b 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -1511,7 +1511,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