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

Nick Coghlan ncoghlan at gmail.com
Fri Jun 17 07:20:44 CEST 2011


On Fri, Jun 17, 2011 at 7:33 AM, raymond.hettinger
<python-checkins at python.org> wrote:
> 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.

Ah, the cognitive scientist in me *loves* diffs like this one. Even
*knowing* there's a typo on the line, it's still hard to spot :)

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the Python-checkins mailing list