Skip to content

Commit 19915d1

Browse files
authored
Fix docs typo (#7387)
1 parent 7a04269 commit 19915d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-guide/fields.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ If you want to create a custom field, you'll need to subclass `Field` and then o
595595

596596
The `.to_representation()` method is called to convert the initial datatype into a primitive, serializable datatype.
597597

598-
The `to_internal_value()` method is called to restore a primitive datatype into its internal python representation. This method should raise a `serializers.ValidationError` if the data is invalid.
598+
The `.to_internal_value()` method is called to restore a primitive datatype into its internal python representation. This method should raise a `serializers.ValidationError` if the data is invalid.
599599

600600
## Examples
601601

0 commit comments

Comments
 (0)