Skip to content

Commit ae7a2b0

Browse files
authored
Remove extraneous word "Both" (#8740)
* Remove extraneous word "Both" * Update Multiparser docs Co-authored-by: Lewis Kabui <[email protected]>
1 parent 1142ee5 commit ae7a2b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-guide/parsers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ You will typically want to use both `FormParser` and `MultiPartParser` together
8787

8888
## MultiPartParser
8989

90-
Parses multipart HTML form content, which supports file uploads. Both `request.data` will be populated with a `QueryDict`.
90+
Parses multipart HTML form content, which supports file uploads. `request.data` and `request.FILES` will be populated with a `QueryDict` and `MultiValueDict` respectively.
9191

9292
You will typically want to use both `FormParser` and `MultiPartParser` together in order to fully support HTML form data.
9393

0 commit comments

Comments
 (0)