Skip to content

Commit

Permalink
Fixed #17233 -- Fixed typo in defaultfilters.py docstring. Thanks, aa…
Browse files Browse the repository at this point in the history
…lexapolsky

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17218 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Dec 17, 2011
1 parent fefbb66 commit 286c5c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/template/defaultfilters.py
Expand Up @@ -769,7 +769,7 @@ def divisibleby(value, arg):
def yesno(value, arg=None): def yesno(value, arg=None):
""" """
Given a string mapping values for true, false and (optionally) 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 Value Argument Outputs
Expand Down

0 comments on commit 286c5c8

Please sign in to comment.