summaryrefslogtreecommitdiff
path: root/Doc/whatsnew/3.2.rst
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-06-16 18:51:37 -0500
committerBenjamin Peterson <benjamin@python.org>2011-06-16 18:51:37 -0500
commit617238ac75b78b3589bf76ff94df9bb08f3a6f94 (patch)
treed06788a44d8e882552e8028db7f9955158369556 /Doc/whatsnew/3.2.rst
parentc8f67b392a542a4931233c8c79a185f1d41f168d (diff)
parent935add1b471913a48e30f2ef74ec012da8afe3d2 (diff)
downloadcpython-617238ac75b78b3589bf76ff94df9bb08f3a6f94.tar.gz
merge 3.2
Diffstat (limited to 'Doc/whatsnew/3.2.rst')
-rw-r--r--Doc/whatsnew/3.2.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst
index 358e5bec41..a20bda6777 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.