Commit f137e997 authored by Michal Čihař's avatar Michal Čihař

Merge pull request #259 from yola/doug/spelling

Fix minor spelling error
parents ec453dce 02edb4d3
......@@ -122,7 +122,7 @@ class PluralTextarea(forms.Textarea):
class PluralField(forms.CharField):
'''
Renderer for plural field. The only difference
from CharFied is that it does not force value to be
from CharField is that it does not force value to be
string.
'''
def __init__(self, max_length=None, min_length=None, *args, **kwargs):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment