From: Raymond Hettinger Date: Thu, 16 Jun 2011 21:32:10 +0000 (+0100) Subject: Fix typo. X-Git-Tag: v3.2.1rc2~83^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a63d45c825386267fd64a423997f9efd4cf1f5a8;p=thirdparty%2FPython%2Fcpython.git Fix typo. --- diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index d411d85ee850..32f97d6c53da 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.