Skip to content

Commit 97a4795

Browse files
bhanuvratlovelydinosaur
authored andcommitted
correct grammar, remove common noun after proper noun. (#6383)
`MultipartParser` is enough to denote that it is a parser.
1 parent 5fd12d1 commit 97a4795

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
@@ -102,7 +102,7 @@ If it is called without a `filename` URL keyword argument, then the client must
102102

103103
##### Notes:
104104

105-
* The `FileUploadParser` is for usage with native clients that can upload the file as a raw data request. For web-based uploads, or for native clients with multipart upload support, you should use the `MultiPartParser` parser instead.
105+
* The `FileUploadParser` is for usage with native clients that can upload the file as a raw data request. For web-based uploads, or for native clients with multipart upload support, you should use the `MultiPartParser` instead.
106106
* Since this parser's `media_type` matches any content type, `FileUploadParser` should generally be the only parser set on an API view.
107107
* `FileUploadParser` respects Django's standard `FILE_UPLOAD_HANDLERS` setting, and the `request.upload_handlers` attribute. See the [Django documentation][upload-handlers] for more details.
108108

0 commit comments

Comments
 (0)