We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d14f57d commit ecb31c6Copy full SHA for ecb31c6
docs/appcontext.rst
@@ -82,7 +82,7 @@ moves between threads and it will not be shared between requests. As such
82
it is the perfect place to store database connection information and other
83
things. The internal stack object is called :data:`flask._app_ctx_stack`.
84
Extensions are free to store additional information on the topmost level,
85
-assuming they pick a sufficiently unique name and should put there
+assuming they pick a sufficiently unique name and should put their
86
information there, instead on the :data:`flask.g` object which is reserved
87
for user code.
88
0 commit comments