Commit 286c5c81 authored by Adrian Holovaty's avatar Adrian Holovaty
Browse files

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
parent fefbb66b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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