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

Skip to content

Commit a63d45c

Browse files
committed
Fix typo.
1 parent 8ddf7c2 commit a63d45c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/whatsnew/3.2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ PEP 3333: Python Web Server Gateway Interface v1.0.1
385385
=====================================================
386386

387387
This informational PEP clarifies how bytes/text issues are to be handled by the
388-
WGSI protocol. The challenge is that string handling in Python 3 is most
388+
WSGI protocol. The challenge is that string handling in Python 3 is most
389389
conveniently handled with the :class:`str` type even though the HTTP protocol
390390
is itself bytes oriented.
391391

0 commit comments

Comments
 (0)