Skip to content

Commit 832c9e6

Browse files
authored
Merge pull request #1632 from Thornycrackers-Forks/master
Update django-pydantic.md
2 parents 9b7c4f1 + dd61543 commit 832c9e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/guides/response/django-pydantic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,4 +173,4 @@ def modify_data(request, pk: int, payload: PatchDict[GroupSchema]):
173173

174174
```
175175

176-
in this example the `payload` argument will be a type of `dict` only fields that were passed in request and validated using `GroupSchema`
176+
in this example the `payload` argument will be of type `dict` and only contain fields that were passed in the request and validated using `GroupSchema`

0 commit comments

Comments
 (0)