aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/fields.py
diff options
context:
space:
mode:
authorTankorSmash2014-06-16 19:13:02 -0400
committerTankorSmash2014-06-16 19:13:02 -0400
commit544183f64ff115398ae62c916d58f8369263d47c (patch)
treea6098c77c3e2644b581610956d02f71c80ef2020 /rest_framework/fields.py
parente11f41ebc4ef088a5849771dfda5a7fba4f82904 (diff)
downloaddjango-rest-framework-544183f64ff115398ae62c916d58f8369263d47c.tar.bz2
typo in the docs
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 86e8fd9d..d5c8134b 100644
--- a/rest_framework/fields.py
+++ b/rest_framework/fields.py
@@ -187,7 +187,7 @@ class Field(object):
def field_to_native(self, obj, field_name):
"""
- Given and object and a field name, returns the value that should be
+ Given an object and a field name, returns the value that should be
serialized for that field.
"""
if obj is None: