Fix spurious diff

This commit is contained in:
Phillip J. Eby 2010-10-05 00:54:39 +00:00
parent fdc92b9f55
commit c3088e3974
1 changed files with 3 additions and 3 deletions

View File

@ -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,