Skip to content

Commit d6c6a76

Browse files
committed
Apply pre-commit fixes
1 parent baa4b7c commit d6c6a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ class ProductSerializer(serializers.ModelSerializer):
402402
```
403403

404404
### read_source parameter
405-
This parameter allows you to use different `source` for read operations and doesn't change field name for write operations. This is only used while representing the data.
405+
This parameter allows you to use different `source` for read operations and doesn't change field name for write operations. This is only used while representing the data.
406406

407407
## HybridImageField
408408
A django-rest-framework field for handling image-uploads through raw post data, with a fallback to multipart form data.

0 commit comments

Comments
 (0)