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

@ -208,7 +208,7 @@ configuration::
class DevelopmentConfig(Config):
DEBUG = True
class TestinConfig(Config):
class TestingConfig(Config):
TESTING = True
To enable such a config you just have to call into