diff --git a/docs/requests.md b/docs/requests.md index 2566c8a2..e07d6874 100644 --- a/docs/requests.md +++ b/docs/requests.md @@ -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.