Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcd5e84 commit 0f11a88Copy full SHA for 0f11a88
Doc/library/wsgiref.rst
@@ -54,7 +54,7 @@ parameter expect a WSGI-compliant dictionary to be supplied; please see
54
55
This function is useful when creating a gateway that wraps CGI or a CGI-like
56
protocol such as FastCGI. Typically, servers providing such protocols will
57
- 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
58
is received via SSL. So, this function returns "https" if such a value is
59
found, and "http" otherwise.
60
0 commit comments