]> granicus.if.org Git - python/commitdiff
fix typo (closes #20892)
authorBenjamin Peterson <benjamin@python.org>
Tue, 11 Mar 2014 18:59:37 +0000 (13:59 -0500)
committerBenjamin Peterson <benjamin@python.org>
Tue, 11 Mar 2014 18:59:37 +0000 (13:59 -0500)
Doc/howto/pyporting.rst

index 98d58b871842f5e47c10c16e82beea6baac72d54..9d7e8598c14db66b824b494d653776b25c2fea4d 100644 (file)
@@ -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.