aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/fields.py
diff options
context:
space:
mode:
Diffstat (limited to 'rest_framework/fields.py')
-rw-r--r--rest_framework/fields.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rest_framework/fields.py b/rest_framework/fields.py
index 965e22c4..661d02de 100644
--- a/rest_framework/fields.py
+++ b/rest_framework/fields.py
@@ -344,7 +344,7 @@ class ManyRelatedField(ManyRelatedMixin, RelatedField):
"""
Base class for related model managers.
- If not overridden, this represents a to-many relatinship, using the unicode
+ If not overridden, this represents a to-many relationship, using the unicode
representations of the target, and is read-only.
"""
pass