mirror of
https://github.com/python/cpython.git
synced 2025-11-04 15:41:43 +00:00
Fix typo.
This commit is contained in:
parent
8ddf7c2d2b
commit
a63d45c825
1 changed files with 1 additions and 1 deletions
|
|
@ -385,7 +385,7 @@ PEP 3333: Python Web Server Gateway Interface v1.0.1
|
||||||
=====================================================
|
=====================================================
|
||||||
|
|
||||||
This informational PEP clarifies how bytes/text issues are to be handled by the
|
This informational PEP clarifies how bytes/text issues are to be handled by the
|
||||||
WGSI protocol. The challenge is that string handling in Python 3 is most
|
WSGI protocol. The challenge is that string handling in Python 3 is most
|
||||||
conveniently handled with the :class:`str` type even though the HTTP protocol
|
conveniently handled with the :class:`str` type even though the HTTP protocol
|
||||||
is itself bytes oriented.
|
is itself bytes oriented.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue