forked from orbit-oss/flask
correcting typo
This commit is contained in:
parent
2b885ce4dc
commit
30a51f2573
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ assumptions are true:
|
|||
modify it, there is no magic proxy that can give you a reference to
|
||||
the application object you're currently creating or modifying.
|
||||
|
||||
On the contrast, during request handling, a couple of other rules exist:
|
||||
In the contrast, during request handling, a couple of other rules exist:
|
||||
|
||||
- while a request is active, the context local objects
|
||||
(:data:`flask.request` and others) point to the current request.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue