Commit 8d90489f authored by Jon Walsh's avatar Jon Walsh Committed by Tim Graham
Browse files

Fixed typo in escape_filter() docstring.

parent e4058187
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -439,7 +439,7 @@ def cut(value, arg):
@stringfilter
def escape_filter(value):
    """
    Marks the value as a string that should not be auto-escaped.
    Marks the value as a string that should be auto-escaped.
    """
    return mark_for_escaping(value)