From 9a51a63d3508f3374f1cc6d16c279149c018fed1 Mon Sep 17 00:00:00 2001 From: David Larlet Date: Wed, 14 Nov 2018 05:58:05 -0500 Subject: [PATCH] Documentation typo (#218) --- docs/requests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.