Fixed a word in the docs

This commit is contained in:
Armin Ronacher 2010-07-23 15:42:33 +01:00
parent cb79b58053
commit b2fb2245f1

View file

@ -295,7 +295,7 @@ extension to be approved you have to follow these guidelines:
dependencies for tests alone can be specified in the `setup.py`
file. The testsuite also has to be part of the distribution.
3. APIs of approved extensions will be checked for the following
behavioristics:
characteristics:
- an approved extension has to support multiple applications
running in the same Python process.