diff options
| author | TankorSmash | 2014-06-16 19:13:02 -0400 |
|---|---|---|
| committer | TankorSmash | 2014-06-16 19:13:02 -0400 |
| commit | 544183f64ff115398ae62c916d58f8369263d47c (patch) | |
| tree | a6098c77c3e2644b581610956d02f71c80ef2020 | |
| parent | e11f41ebc4ef088a5849771dfda5a7fba4f82904 (diff) | |
| download | django-rest-framework-544183f64ff115398ae62c916d58f8369263d47c.tar.bz2 | |
typo in the docs
| -rw-r--r-- | rest_framework/fields.py | 2 |
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: |
