mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-12 13:36:41 +00:00
✏ Fix typo in docs (#2179)
This commit is contained in:
parent
39eedb31f7
commit
b892b5e028
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ If you declare the type of your *path operation function* parameter as `bytes`,
|
||||||
|
|
||||||
Have in mind that this means that the whole contents will be stored in memory. This will work well for small files.
|
Have in mind that this means that the whole contents will be stored in memory. This will work well for small files.
|
||||||
|
|
||||||
But there are several cases in where you might benefit from using `UploadFile`.
|
But there are several cases in which you might benefit from using `UploadFile`.
|
||||||
|
|
||||||
## `File` parameters with `UploadFile`
|
## `File` parameters with `UploadFile`
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue