summaryrefslogtreecommitdiffstats
path: root/Doc/library/wsgiref.rst
diff options
context:
space:
mode:
authorEmmanuel Arias <eamanu@yaerobi.com>2020-09-13 21:05:44 (GMT)
committerGitHub <noreply@github.com>2020-09-13 21:05:44 (GMT)
commit94bfdee25db31941b187591ae5ae9bf3ed431090 (patch)
treec65a3f30a8d222a456df23610753748d1efab4d3 /Doc/library/wsgiref.rst
parent2ec67526a6ed3312f4fac22b527ca0ff161531b8 (diff)
downloadcpython-94bfdee25db31941b187591ae5ae9bf3ed431090.zip
cpython-94bfdee25db31941b187591ae5ae9bf3ed431090.tar.gz
cpython-94bfdee25db31941b187591ae5ae9bf3ed431090.tar.bz2
bpo-41778: Change a punctuation on documentation. (GH-22229)
On this paragrapah the clarification about IIS7 seems there's not connection beacuase is in other sentence. Move the punctuation to connect both the last sentence with the information in the parenthesis. I think the NEWS is not necessary here. Automerge-Triggered-By: @ericvsmith
Diffstat (limited to 'Doc/library/wsgiref.rst')
-rw-r--r--Doc/library/wsgiref.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/wsgiref.rst b/Doc/library/wsgiref.rst
index 1e30aa4..e92a689 100644
--- a/Doc/library/wsgiref.rst
+++ b/Doc/library/wsgiref.rst
@@ -480,8 +480,8 @@ input, output, and error streams.
rarely used and is not guaranteed by WSGI. On IIS<7, though, the
setting can only be made on a vhost level, affecting all other script
mappings, many of which break when exposed to the ``PATH_TRANSLATED`` bug.
- For this reason IIS<7 is almost never deployed with the fix. (Even IIS7
- rarely uses it because there is still no UI for it.)
+ For this reason IIS<7 is almost never deployed with the fix (Even IIS7
+ rarely uses it because there is still no UI for it.).
There is no way for CGI code to tell whether the option was set, so a
separate handler class is provided. It is used in the same way as