From 24e082b14222fb20aea93eb2f51bb99be88c4455 Mon Sep 17 00:00:00 2001 From: Nik Nyby Date: Thu, 22 Dec 2016 12:44:43 -0500 Subject: [PATCH] docs: typo fix: it's -> its --- 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 13b5145ba..f68b5eaf3 100644 --- a/rest_framework/fields.py +++ b/rest_framework/fields.py @@ -1652,7 +1652,7 @@ class ReadOnlyField(Field): A read-only field that simply returns the field value. If the field is a method with no parameters, the method will be called - and it's return value used as the representation. + and its return value used as the representation. For example, the following would call `get_expiry_date()` on the object: