From f3c94acc4a1917c7c1899ef6bdbc67e25e8ede6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20Gro=C3=9F?= Date: Wed, 7 Nov 2012 17:19:13 +0100 Subject: [PATCH] fixed typo --- rest_framework/fields.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest_framework/fields.py b/rest_framework/fields.py index 651793e2b..a4e29a30a 100644 --- a/rest_framework/fields.py +++ b/rest_framework/fields.py @@ -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