summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 6b0e2f0b06..f824b6a983 100644
--- a/django/template/defaultfilters.py
+++ b/django/template/defaultfilters.py
@@ -769,7 +769,7 @@ def divisibleby(value, arg):
def yesno(value, arg=None):
"""
Given a string mapping values for true, false and (optionally) None,
- returns one of those strings accoding to the value:
+ returns one of those strings according to the value:
========== ====================== ==================================
Value Argument Outputs