summaryrefslogtreecommitdiff
path: root/django/template
diff options
context:
space:
mode:
Diffstat (limited to 'django/template')
-rw-r--r--django/template/defaultfilters.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/template/defaultfilters.py b/django/template/defaultfilters.py
index fe71459358..a3a9004494 100644
--- a/django/template/defaultfilters.py
+++ b/django/template/defaultfilters.py
@@ -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)