Ticket #17233: typo_accoding.diff
File typo_accoding.diff, 591 bytes (added by , 13 years ago) |
---|
-
django/template/defaultfilters.py
769 769 def yesno(value, arg=None): 770 770 """ 771 771 Given a string mapping values for true, false and (optionally) None, 772 returns one of those strings acco ding to the value:772 returns one of those strings according to the value: 773 773 774 774 ========== ====================== ================================== 775 775 Value Argument Outputs