Skip to content

Commit

Permalink
docs: typo fix: it's -> its
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolas authored Dec 22, 2016
1 parent 93fe531 commit 24e082b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest_framework/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 24e082b

Please sign in to comment.