Commit 02edb4d3 authored by Doug Beck's avatar Doug Beck

Fix minor spelling error

parent ec453dce
......@@ -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