forked from orbit-oss/flask
Fixed a typo in a docstring in app.py
This commit is contained in:
parent
c62422c318
commit
eb67242e1c
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@ class Flask(_PackageBoundObject):
|
|||
#: this function is active for, `None` for all requests. This can for
|
||||
#: example be used to open database connections or getting hold of the
|
||||
#: currently logged in user. To register a function here, use the
|
||||
#: :meth:`before_request` decorator.
|
||||
#: :meth:`after_request` decorator.
|
||||
self.after_request_funcs = {}
|
||||
|
||||
#: A dictionary with list of functions that are called without argument
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue