]> granicus.if.org Git - python/commitdiff
Fix typo.
authorRaymond Hettinger <python@rcn.com>
Thu, 16 Jun 2011 21:32:10 +0000 (22:32 +0100)
committerRaymond Hettinger <python@rcn.com>
Thu, 16 Jun 2011 21:32:10 +0000 (22:32 +0100)
Doc/whatsnew/3.2.rst

index d411d85ee85024c890eaeaa223c91ca04ec7dc18..32f97d6c53da12ee9570f6ba2a9d3ca39a3ba79c 100644 (file)
@@ -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.