Skip to content

Commit

Permalink
Remove extraneous word "Both" (#8740)
Browse files Browse the repository at this point in the history
* Remove extraneous word "Both"

* Update Multiparser docs

Co-authored-by: Lewis Kabui <lewisemm@users.noreply.github.com>
  • Loading branch information
lewisemm and lewisemm committed Nov 10, 2022
1 parent 1142ee5 commit ae7a2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api-guide/parsers.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ You will typically want to use both `FormParser` and `MultiPartParser` together

## MultiPartParser

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

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

Expand Down

0 comments on commit ae7a2b0

Please sign in to comment.