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
This commit is contained in:
Adrian Holovaty 2011-12-17 02:27:00 +00:00
parent fefbb66bac
commit 286c5c811b
1 changed files with 1 additions and 1 deletions

View File

@ -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