Skip to content

Commit 087a1ea

Browse files
committed
Merge branch 'master' of github.com:crosspop/sqlalchemy-imageattach
2 parents 856e039 + 8cbf4fe commit 087a1ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/context.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ For example, use :meth:`~flask.Flask.before_request()` and
301301
push_store_context(store)
302302

303303
@app.teardown_request
304-
def stop_implicit_store_context():
304+
def stop_implicit_store_context(exception=None):
305305
pop_store_context()
306306

307307
.. _Flask: http://flask.pocoo.org/

0 commit comments

Comments
 (0)