(original) (raw)

changeset: 89585:2f149207d3cf branch: 3.3 parent: 89560:d975f50de5aa user: Benjamin Peterson benjamin@python.org date: Tue Mar 11 13:59:37 2014 -0500 files: Doc/howto/pyporting.rst description: fix typo (closes #20892) diff -r d975f50de5aa -r 2f149207d3cf Doc/howto/pyporting.rst --- a/Doc/howto/pyporting.rst Mon Mar 10 19:26:57 2014 +0100 +++ b/Doc/howto/pyporting.rst Tue Mar 11 13:59:37 2014 -0500 @@ -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. /benjamin@python.org