From b2fb2245f1a115c65cba42c6c34f0eae30da4c6c Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Fri, 23 Jul 2010 15:42:33 +0100 Subject: [PATCH] Fixed a word in the docs --- docs/extensiondev.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extensiondev.rst b/docs/extensiondev.rst index a22b5855..9eb2dbbe 100644 --- a/docs/extensiondev.rst +++ b/docs/extensiondev.rst @@ -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.