From: Benjamin Peterson Date: Tue, 11 Mar 2014 18:59:37 +0000 (-0500) Subject: fix typo (closes #20892) X-Git-Tag: v3.4.1rc1~233^2~57^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bfca3ca114c1ca6fc824c103a7a5048986333a42;p=python fix typo (closes #20892) --- diff --git a/Doc/howto/pyporting.rst b/Doc/howto/pyporting.rst index 98d58b8718..9d7e8598c1 100644 --- a/Doc/howto/pyporting.rst +++ b/Doc/howto/pyporting.rst @@ -111,7 +111,7 @@ between Python 2 and 3 easier. 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.