Ticket #17233: typo_accoding.diff

File typo_accoding.diff, 591 bytes (added by Alex Alexapolsky, 13 years ago)

patch generated from trunk root

  • django/template/defaultfilters.py

     
    769769def yesno(value, arg=None):
    770770    """
    771771    Given a string mapping values for true, false and (optionally) None,
    772     returns one of those strings accoding to the value:
     772    returns one of those strings according to the value:
    773773
    774774    ==========  ======================  ==================================
    775775    Value       Argument                Outputs
Back to Top