Skip to content

Commit 3da165f

Browse files
committed
Fixed typo
1 parent 27ce5cc commit 3da165f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/extensiondev.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ extension to be approved you have to follow these guidelines:
314314
link to the documentation, website (if there is one) and there
315315
must be a link to automatically install the development version
316316
(``PackageName==dev``).
317-
9. The ``zip_safe`` flag in the setup scrip must be set to ``False``,
317+
9. The ``zip_safe`` flag in the setup script must be set to ``False``,
318318
even if the extension would be safe for zipping.
319319
10. An extension currently has to support Python 2.5, 2.6 as well as
320320
Python 2.7

0 commit comments

Comments
 (0)