[Python-checkins] cpython (3.2): Fix typo.

raymond.hettinger python-checkins at python.org
Thu Jun 16 23:33:29 CEST 2011


http://hg.python.org/cpython/rev/0fe3b81c7c89
changeset:   70822:0fe3b81c7c89
branch:      3.2
parent:      70819:8a9d25804c3d
user:        Raymond Hettinger <python at rcn.com>
date:        Thu Jun 16 22:32:10 2011 +0100
summary:
  Fix typo.

files:
  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
--- a/Doc/whatsnew/3.2.rst
+++ b/Doc/whatsnew/3.2.rst
@@ -385,7 +385,7 @@
 =====================================================
 
 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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list