[Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (closes #20892)

benjamin.peterson python-checkins at python.org
Tue Mar 11 20:00:08 CET 2014


http://hg.python.org/cpython/rev/e47646fca428
changeset:   89586:e47646fca428
parent:      89584:9ec36351f684
parent:      89585:2f149207d3cf
user:        Benjamin Peterson <benjamin at python.org>
date:        Tue Mar 11 13:59:48 2014 -0500
summary:
  merge 3.3 (closes #20892)

files:
  Doc/howto/pyporting.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/howto/pyporting.rst b/Doc/howto/pyporting.rst
--- a/Doc/howto/pyporting.rst
+++ b/Doc/howto/pyporting.rst
@@ -111,7 +111,7 @@
 Projects to Consider
 --------------------
 
-The lowest level library for suppoting Python 2 & 3 simultaneously is six_.
+The lowest level library for supporting Python 2 & 3 simultaneously is six_.
 Reading through its documentation will give you an idea of where exactly the
 Python language changed between versions 2 & 3 and thus what you will want the
 library to help you continue to support.

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


More information about the Python-checkins mailing list