diff options
author | Raymond Hettinger <python@rcn.com> | 2011-06-16 21:33:20 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2011-06-16 21:33:20 (GMT) |
commit | b9ac9008bbf7518acfe74d96ed2a20bf75cf836b (patch) | |
tree | c20c3cb1955899870229539d5b8f2fd5231be55c | |
parent | 4e97abce2df7f5bd7c34f5694e222997282edf7f (diff) | |
parent | a63d45c825386267fd64a423997f9efd4cf1f5a8 (diff) | |
download | cpython-b9ac9008bbf7518acfe74d96ed2a20bf75cf836b.zip cpython-b9ac9008bbf7518acfe74d96ed2a20bf75cf836b.tar.gz cpython-b9ac9008bbf7518acfe74d96ed2a20bf75cf836b.tar.bz2 |
Fix typo.
-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 358e5be..a20bda6 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. |