Fixed some small typos in the documentation.

Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
This commit is contained in:
Sam Anderson 2011-03-13 19:26:40 -04:00 committed by Armin Ronacher
parent 5764f3abd2
commit da00160db6
5 changed files with 8 additions and 8 deletions

View file

@ -288,12 +288,12 @@ extension to be approved you have to follow these guidelines:
1. An approved Flask extension must provide exactly one package or module
inside the `flaskext` namespace package.
2. It must ship a testsuite that can either be invoked with ``make test``
or ``python setup.py test``. For testsuites invoked with ``make
2. It must ship a testing suite that can either be invoked with ``make test``
or ``python setup.py test``. For test suites invoked with ``make
test`` the extension has to ensure that all dependencies for the test
are installed automatically, in case of ``python setup.py test``
dependencies for tests alone can be specified in the `setup.py`
file. The testsuite also has to be part of the distribution.
file. The test suite also has to be part of the distribution.
3. APIs of approved extensions will be checked for the following
characteristics: