mirror of
https://github.com/python/cpython.git
synced 2024-12-02 06:14:49 +08:00
Add missing comma to wsgiref doc (GH-9932)
This commit is contained in:
parent
fcd5e84a51
commit
0f11a88622
@ -54,7 +54,7 @@ parameter expect a WSGI-compliant dictionary to be supplied; please see
|
||||
|
||||
This function is useful when creating a gateway that wraps CGI or a CGI-like
|
||||
protocol such as FastCGI. Typically, servers providing such protocols will
|
||||
include a ``HTTPS`` variable with a value of "1" "yes", or "on" when a request
|
||||
include a ``HTTPS`` variable with a value of "1", "yes", or "on" when a request
|
||||
is received via SSL. So, this function returns "https" if such a value is
|
||||
found, and "http" otherwise.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user