mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-10 19:56:59 +03:00
fixed typo
This commit is contained in:
parent
3debd7b1a2
commit
f3c94acc4a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user