diff --git a/pep-3000.txt b/pep-3000.txt index b92386f5f..f09efe9e9 100644 --- a/pep-3000.txt +++ b/pep-3000.txt @@ -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.