diff options
author | Raymond Hettinger <python@rcn.com> | 2011-06-16 21:32:10 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2011-06-16 21:32:10 (GMT) |
commit | a63d45c825386267fd64a423997f9efd4cf1f5a8 (patch) | |
tree | aa29f7ca69221d06daf8e0d0435f6692a6f11f31 /Doc/whatsnew | |
parent | 8ddf7c2d2bbd272d5cd738026274e97a323e52fe (diff) | |
download | cpython-a63d45c825386267fd64a423997f9efd4cf1f5a8.zip cpython-a63d45c825386267fd64a423997f9efd4cf1f5a8.tar.gz cpython-a63d45c825386267fd64a423997f9efd4cf1f5a8.tar.bz2 |
Fix typo.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.2.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index d411d85..32f97d6 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -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 -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 is itself bytes oriented. |