Fixed typo

This commit is contained in:
Armin Ronacher 2010-07-26 17:14:17 +02:00
parent 27ce5cc0a1
commit 3da165f2f5

View file

@ -314,7 +314,7 @@ extension to be approved you have to follow these guidelines:
link to the documentation, website (if there is one) and there link to the documentation, website (if there is one) and there
must be a link to automatically install the development version must be a link to automatically install the development version
(``PackageName==dev``). (``PackageName==dev``).
9. The ``zip_safe`` flag in the setup scrip must be set to ``False``, 9. The ``zip_safe`` flag in the setup script must be set to ``False``,
even if the extension would be safe for zipping. even if the extension would be safe for zipping.
10. An extension currently has to support Python 2.5, 2.6 as well as 10. An extension currently has to support Python 2.5, 2.6 as well as
Python 2.7 Python 2.7