Fix typo
This commit is contained in:
parent
739c8b4aa6
commit
9e2f892fc2
|
@ -109,7 +109,7 @@ assumes that ``apply`` in this example refers to the old built-in
|
||||||
function.
|
function.
|
||||||
|
|
||||||
The recommended development model for a project that needs to support
|
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.
|
0. You should have excellent unit tests with close to full coverage.
|
||||||
1. Port your project to Python 2.6.
|
1. Port your project to Python 2.6.
|
||||||
|
|
Loading…
Reference in New Issue