From 66c13955895c7afb849513d9d0ff0f7f8361c511 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Fri, 23 Jul 2010 15:21:08 +0100 Subject: [PATCH] Fixed wording --- docs/extensiondev.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/extensiondev.rst b/docs/extensiondev.rst index 70cfbeb7..a22b5855 100644 --- a/docs/extensiondev.rst +++ b/docs/extensiondev.rst @@ -309,8 +309,8 @@ extension to be approved you have to follow these guidelines: 6. Approved extensions must define all their dependencies in the `setup.py` file unless a dependency cannot by met because it is not available on PyPI. -7. The extension must have documentation that furthermore uses one of - the two Flask themes for Sphinx documentation. +7. The extension must have documentation that uses one of the two Flask + themes for Sphinx documentation. 8. The setup.py description (and thus the PyPI description) has to link to the documentation, website (if there is one) and there must be a link to automatically install the development version