PEP 333: Resolve dangling hyphens (#3347)

This commit is contained in:
Adam Turner 2023-09-01 19:40:09 +01:00 committed by GitHub
parent b72f81ff4a
commit 8b7a3464da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -596,9 +596,9 @@ Variable Value
``wsgi.input`` An input stream (file-like object) from which
the HTTP request body 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
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,
according to its preference.)
@ -1341,8 +1341,8 @@ use only language features available in the target version, use
Optional Platform-Specific File Handling
----------------------------------------
Some operating environments provide special high-performance file-
transmission facilities, such as the Unix ``sendfile()`` call.
Some operating environments provide special high-performance
file-transmission facilities, such as the Unix ``sendfile()`` call.
Servers and gateways **may** expose this functionality via an optional
``wsgi.file_wrapper`` key in the ``environ``. An application
**may** use this "file wrapper" to convert a file or file-like object