Fixed some documentation issues. This fixes #41.

This commit is contained in:
Armin Ronacher 2010-05-18 18:05:05 +02:00
parent e52f073e3e
commit 854e0e26d1
3 changed files with 9 additions and 3 deletions

View file

@ -210,6 +210,12 @@ thing, like it does for :class:`request` and :class:`session`.
Useful Functions and Classes
----------------------------
.. data:: current_app
Points to the application handling the request. This is useful for
extensions that want to support multiple applications running side
by side.
.. autofunction:: url_for
.. function:: abort(code)