forked from orbit-oss/flask
fix typo
This commit is contained in:
parent
d14f57d9b8
commit
ecb31c6804
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ moves between threads and it will not be shared between requests. As such
|
|||
it is the perfect place to store database connection information and other
|
||||
things. The internal stack object is called :data:`flask._app_ctx_stack`.
|
||||
Extensions are free to store additional information on the topmost level,
|
||||
assuming they pick a sufficiently unique name and should put there
|
||||
assuming they pick a sufficiently unique name and should put their
|
||||
information there, instead on the :data:`flask.g` object which is reserved
|
||||
for user code.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue