Fixed typo and added AUTHORS file and license text to docs.

This commit is contained in:
Armin Ronacher 2010-04-20 13:29:54 +02:00
parent 715f64d2af
commit 3a1e518657
5 changed files with 47 additions and 11 deletions

View file

@ -358,7 +358,7 @@ class Flask(object):
self.before_request_funcs = []
#: a list of functions that are called at the end of the
#: request. Tha function is passed the current response
#: request. The function is passed the current response
#: object and modify it in place or replace it.
#: To register a function here use the :meth:`after_request`
#: decorator.