@@ -596,9 +596,9 @@ Variable Value
596596``wsgi.input`` An input stream (file-like object) from which
597597 the HTTP request body can be read. (The server
598598 or gateway may perform reads on-demand as
599- requested by the application, or it may pre-
600- read the client's request body and buffer it
601- in-memory or on disk, or use any other
599+ requested by the application, or it may
600+ pre- read the client's request body and buffer
601+ it in-memory or on disk, or use any other
602602 technique for providing such an input stream,
603603 according to its preference.)
604604
@@ -1341,8 +1341,8 @@ use only language features available in the target version, use
13411341Optional Platform-Specific File Handling
13421342----------------------------------------
13431343
1344- Some operating environments provide special high-performance file-
1345- transmission facilities, such as the Unix ``sendfile()`` call.
1344+ Some operating environments provide special high-performance
1345+ file- transmission facilities, such as the Unix ``sendfile()`` call.
13461346Servers and gateways **may** expose this functionality via an optional
13471347``wsgi.file_wrapper`` key in the ``environ``. An application
13481348**may** use this "file wrapper" to convert a file or file-like object
0 commit comments