Kaydet (Commit) 62ae711c authored tarafından Florian Apolloner's avatar Florian Apolloner

Added a missing space to the description of the `cut` filter.

üst 5f9b2be5
......@@ -1184,7 +1184,7 @@ Removes all values of arg from the given string.
For example::
{{ value|cut:" "}}
{{ value|cut:" " }}
If ``value`` is ``"String with spaces"``, the output will be
``"Stringwithspaces"``.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment