forked from orbit-oss/flask
Fixed some documentation issues. This fixes #41.
This commit is contained in:
parent
e52f073e3e
commit
854e0e26d1
3 changed files with 9 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue