From 286c5c811b847fd5ef6cbc07060823c9059cedbf Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Sat, 17 Dec 2011 02:27:00 +0000 Subject: [PATCH] Fixed #17233 -- Fixed typo in defaultfilters.py docstring. Thanks, aalexapolsky git-svn-id: http://code.djangoproject.com/svn/django/trunk@17218 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/template/defaultfilters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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