Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0f11a88

Browse files
csabellapablogsal
authored andcommitted
Add missing comma to wsgiref doc (GH-9932)
1 parent fcd5e84 commit 0f11a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/wsgiref.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ parameter expect a WSGI-compliant dictionary to be supplied; please see
5454

5555
This function is useful when creating a gateway that wraps CGI or a CGI-like
5656
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
57+
include a ``HTTPS`` variable with a value of "1", "yes", or "on" when a request
5858
is received via SSL. So, this function returns "https" if such a value is
5959
found, and "http" otherwise.
6060

0 commit comments

Comments
 (0)