Added a missing space to the description of the `cut` filter.
This commit is contained in:
parent
5f9b2be559
commit
62ae711cec
|
@ -1184,7 +1184,7 @@ Removes all values of arg from the given string.
|
||||||
|
|
||||||
For example::
|
For example::
|
||||||
|
|
||||||
{{ value|cut:" "}}
|
{{ value|cut:" " }}
|
||||||
|
|
||||||
If ``value`` is ``"String with spaces"``, the output will be
|
If ``value`` is ``"String with spaces"``, the output will be
|
||||||
``"Stringwithspaces"``.
|
``"Stringwithspaces"``.
|
||||||
|
|
Loading…
Reference in New Issue