diff --git a/pep-3333.txt b/pep-3333.txt index c13171205..5266ff4cc 100644 --- a/pep-3333.txt +++ b/pep-3333.txt @@ -665,9 +665,9 @@ Variable Value ``"http"`` or ``"https"``, as appropriate. ``wsgi.input`` An input stream (file-like object) from which - the HTTP request body bytes can be read. (The - server or gateway may perform reads on-demand - as requested by the application, or it may pre- + the HTTP request body bytes can be read. (The server + or gateway may perform reads on-demand as + requested by the application, or it may pre- read the client's request body and buffer it in-memory or on disk, or use any other technique for providing such an input stream,