Remove extraneous word "Both"

This commit is contained in:
Lewis Kabui 2022-11-02 19:00:20 +03:00
parent 1142ee5fc1
commit b5ad794e66
No known key found for this signature in database
GPG Key ID: 444716A0A0572984

View File

@ -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` will be populated with a `QueryDict`.
You will typically want to use both `FormParser` and `MultiPartParser` together in order to fully support HTML form data.