]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-41778: Change a punctuation on documentation. (GH-22229) (GH-22230)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 13 Sep 2020 21:21:49 +0000 (14:21 -0700)
committerGitHub <noreply@github.com>
Sun, 13 Sep 2020 21:21:49 +0000 (17:21 -0400)
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
(cherry picked from commit 94bfdee25db31941b187591ae5ae9bf3ed431090)

Co-authored-by: Emmanuel Arias <eamanu@yaerobi.com>
Doc/library/wsgiref.rst

index 1e30aa4a898c13bb7eef7442b762a5462c52d65f..e92a689de0b9ba960ae062ff855d1b209ca9c523 100644 (file)
@@ -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