mirror of https://github.com/encode/starlette.git
Documentation typo (#218)
This commit is contained in:
parent
5fc8b394e2
commit
9a51a63d35
|
@ -98,5 +98,5 @@ class App:
|
|||
```
|
||||
|
||||
If you access `.stream()` then the byte chunks are provided without storing
|
||||
the entire body to memory. Any subsequent calls to `.body()`, `.form(), or `.json()`
|
||||
the entire body to memory. Any subsequent calls to `.body()`, `.form()`, or `.json()`
|
||||
will raise an error.
|
||||
|
|
Loading…
Reference in New Issue