fixed typo

This commit is contained in:
Stephan Groß 2012-11-07 17:19:13 +01:00
parent 3debd7b1a2
commit f3c94acc4a

View File

@ -237,7 +237,7 @@ class RelatedField(WritableField):
"""
Base class for related model fields.
If not overridden, this represents a to-one relatinship, using the unicode
If not overridden, this represents a to-one relationship, using the unicode
representation of the target.
"""
widget = widgets.Select