Commit b52de0a8 by José Padilla Committed by GitHub

Merge pull request #4762 from nikolas/patch-6

docs: typo fix: it's -> its
parents 93fe531d 24e082b1
...@@ -1652,7 +1652,7 @@ class ReadOnlyField(Field): ...@@ -1652,7 +1652,7 @@ class ReadOnlyField(Field):
A read-only field that simply returns the field value. A read-only field that simply returns the field value.
If the field is a method with no parameters, the method will be called 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: For example, the following would call `get_expiry_date()` on the object:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment