Skip to content

Commit d09bead

Browse files
bpo-41778: Change a punctuation on documentation. (GH-22229) (GH-22230)
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 94bfdee) Co-authored-by: Emmanuel Arias <[email protected]>
1 parent 38c8d39 commit d09bead

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/wsgiref.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,8 +480,8 @@ input, output, and error streams.
480480
rarely used and is not guaranteed by WSGI. On IIS<7, though, the
481481
setting can only be made on a vhost level, affecting all other script
482482
mappings, many of which break when exposed to the ``PATH_TRANSLATED`` bug.
483-
For this reason IIS<7 is almost never deployed with the fix. (Even IIS7
484-
rarely uses it because there is still no UI for it.)
483+
For this reason IIS<7 is almost never deployed with the fix (Even IIS7
484+
rarely uses it because there is still no UI for it.).
485485

486486
There is no way for CGI code to tell whether the option was set, so a
487487
separate handler class is provided. It is used in the same way as

0 commit comments

Comments
 (0)