This commit is contained in:
Neal Norwitz 2007-06-19 01:05:14 +00:00
parent 739c8b4aa6
commit 9e2f892fc2
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ assumes that ``apply`` in this example refers to the old built-in
function.
The recommended development model for a project that needs to support
Python 2.6 and 3.0 imultaneously is as follows:
Python 2.6 and 3.0 simultaneously is as follows:
0. You should have excellent unit tests with close to full coverage.
1. Port your project to Python 2.6.