diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2011-12-17 02:27:00 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2011-12-17 02:27:00 +0000 |
| commit | 286c5c811b847fd5ef6cbc07060823c9059cedbf (patch) | |
| tree | bb13ccfd0864fec368e6b2e1f9b958c1834c05ce /django | |
| parent | fefbb66bac4097b99539e292f707cd67cf4cb86a (diff) | |
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
Diffstat (limited to 'django')
| -rw-r--r-- | django/template/defaultfilters.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/template/defaultfilters.py b/django/template/defaultfilters.py index 6b0e2f0b06..f824b6a983 100644 --- a/django/template/defaultfilters.py +++ b/django/template/defaultfilters.py @@ -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 |
